[INFO] cloning repository https://github.com/f2pqingque/sr-proto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/f2pqingque/sr-proto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2pqingque%2Fsr-proto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2pqingque%2Fsr-proto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 530f88cf57bd0c9a2d4d06f7f4571cafddae8f9a
[INFO] fixing f2pqingque/sr-proto against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2pqingque%2Fsr-proto" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/f2pqingque/sr-proto
[INFO] finished tweaking git repo https://github.com/f2pqingque/sr-proto
[INFO] tweaked toml for git repo https://github.com/f2pqingque/sr-proto written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/f2pqingque/sr-proto on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/f2pqingque/sr-proto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2d42b8844dac27e70189a8e72d3494e985d157d53663dc37b9e5cee88e5321f7
[INFO] running `Command { std: "docker" "start" "2d42b8844dac27e70189a8e72d3494e985d157d53663dc37b9e5cee88e5321f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d42b8844dac27e70189a8e72d3494e985d157d53663dc37b9e5cee88e5321f7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d42b8844dac27e70189a8e72d3494e985d157d53663dc37b9e5cee88e5321f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d42b8844dac27e70189a8e72d3494e985d157d53663dc37b9e5cee88e5321f7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling prettyplease v0.2.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling sr-proto v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated enum `PlayerActionType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27944:10
[INFO] [stdout]       |
[INFO] [stdout] 27944 | pub enum PlayerActionType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27945:5
[INFO] [stdout]       |
[INFO] [stdout] 27945 |     PlayerActionNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRegister`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27946:5
[INFO] [stdout]       |
[INFO] [stdout] 27946 |     PlayerActionRegister = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLogin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27947:5
[INFO] [stdout]       |
[INFO] [stdout] 27947 |     PlayerActionLogin = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLogout`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27948:5
[INFO] [stdout]       |
[INFO] [stdout] 27948 |     PlayerActionLogout = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27949:5
[INFO] [stdout]       |
[INFO] [stdout] 27949 |     PlayerActionAddExp = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27950:5
[INFO] [stdout]       |
[INFO] [stdout] 27950 |     PlayerActionLevelUp = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddMaterial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27951:5
[INFO] [stdout]       |
[INFO] [stdout] 27951 |     PlayerActionAddMaterial = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSaveStat`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27952:5
[INFO] [stdout]       |
[INFO] [stdout] 27952 |     PlayerActionSaveStat = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochureInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27953:5
[INFO] [stdout]       |
[INFO] [stdout] 27953 |     PlayerActionTravelBrochureInteract = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRecharge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27954:5
[INFO] [stdout]       |
[INFO] [stdout] 27954 |     PlayerActionRecharge = 101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBuyGoods`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27955:5
[INFO] [stdout]       |
[INFO] [stdout] 27955 |     PlayerActionBuyGoods = 102,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27956:5
[INFO] [stdout]       |
[INFO] [stdout] 27956 |     PlayerActionAddCoin = 103,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonthCardDailyHcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27957:5
[INFO] [stdout]       |
[INFO] [stdout] 27957 |     PlayerActionMonthCardDailyHcoin = 104,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonthCardBuyMcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27958:5
[INFO] [stdout]       |
[INFO] [stdout] 27958 |     PlayerActionMonthCardBuyMcoin = 105,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeFreeCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27959:5
[INFO] [stdout]       |
[INFO] [stdout] 27959 |     PlayerActionRechargeFreeCoin = 106,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddMonthCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27960:5
[INFO] [stdout]       |
[INFO] [stdout] 27960 |     PlayerActionAddMonthCard = 107,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeGiftPay`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27961:5
[INFO] [stdout]       |
[INFO] [stdout] 27961 |     PlayerActionRechargeGiftPay = 108,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeGiftFree`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27962:5
[INFO] [stdout]       |
[INFO] [stdout] 27962 |     PlayerActionRechargeGiftFree = 109,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeBenefit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27963:5
[INFO] [stdout]       |
[INFO] [stdout] 27963 |     PlayerActionRechargeBenefit = 110,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeGiftTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27964:5
[INFO] [stdout]       |
[INFO] [stdout] 27964 |     PlayerActionRechargeGiftTakeReward = 111,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeGiftReach`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27965:5
[INFO] [stdout]       |
[INFO] [stdout] 27965 |     PlayerActionRechargeGiftReach = 112,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeBenefitReach`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27966:5
[INFO] [stdout]       |
[INFO] [stdout] 27966 |     PlayerActionRechargeBenefitReach = 113,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27967:5
[INFO] [stdout]       |
[INFO] [stdout] 27967 |     PlayerActionMissionAccept = 201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27968:5
[INFO] [stdout]       |
[INFO] [stdout] 27968 |     PlayerActionMissionFinish = 202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionFail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27969:5
[INFO] [stdout]       |
[INFO] [stdout] 27969 |     PlayerActionMissionFail = 203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMainMissionAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27970:5
[INFO] [stdout]       |
[INFO] [stdout] 27970 |     PlayerActionMainMissionAccept = 204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubMissionAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27971:5
[INFO] [stdout]       |
[INFO] [stdout] 27971 |     PlayerActionSubMissionAccept = 205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMainMissionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27972:5
[INFO] [stdout]       |
[INFO] [stdout] 27972 |     PlayerActionMainMissionFinish = 206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubMissionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27973:5
[INFO] [stdout]       |
[INFO] [stdout] 27973 |     PlayerActionSubMissionFinish = 207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyTaskFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27974:5
[INFO] [stdout]       |
[INFO] [stdout] 27974 |     PlayerActionDailyTaskFinish = 208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyTaskTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27975:5
[INFO] [stdout]       |
[INFO] [stdout] 27975 |     PlayerActionDailyTaskTakeReward = 209,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionNpcTalkReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27976:5
[INFO] [stdout]       |
[INFO] [stdout] 27976 |     PlayerActionNpcTalkReward = 210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMainMissionRecover`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27977:5
[INFO] [stdout]       |
[INFO] [stdout] 27977 |     PlayerActionMainMissionRecover = 211,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMainMissionDisable`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27978:5
[INFO] [stdout]       |
[INFO] [stdout] 27978 |     PlayerActionMainMissionDisable = 212,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionConsumeItemSubMissionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27979:5
[INFO] [stdout]       |
[INFO] [stdout] 27979 |     PlayerActionConsumeItemSubMissionFinish = 213,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionItemMonitorAllSources`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27980:5
[INFO] [stdout]       |
[INFO] [stdout] 27980 |     PlayerActionItemMonitorAllSources = 999,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGm`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27981:5
[INFO] [stdout]       |
[INFO] [stdout] 27981 |     PlayerActionGm = 1001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCustomOp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27982:5
[INFO] [stdout]       |
[INFO] [stdout] 27982 |     PlayerActionCustomOp = 1002,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckSum`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27983:5
[INFO] [stdout]       |
[INFO] [stdout] 27983 |     PlayerActionCheckSum = 1003,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerLocation`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27984:5
[INFO] [stdout]       |
[INFO] [stdout] 27984 |     PlayerActionPlayerLocation = 1004,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChangeLanguage`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27985:5
[INFO] [stdout]       |
[INFO] [stdout] 27985 |     PlayerActionChangeLanguage = 1005,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClientReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27986:5
[INFO] [stdout]       |
[INFO] [stdout] 27986 |     PlayerActionClientReport = 1006,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAceReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27987:5
[INFO] [stdout]       |
[INFO] [stdout] 27987 |     PlayerActionAceReport = 1007,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerPowerInfo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27988:5
[INFO] [stdout]       |
[INFO] [stdout] 27988 |     PlayerActionPlayerPowerInfo = 1008,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27989:5
[INFO] [stdout]       |
[INFO] [stdout] 27989 |     PlayerActionDailyRefresh = 1009,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarValueInfo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27990:5
[INFO] [stdout]       |
[INFO] [stdout] 27990 |     PlayerActionAvatarValueInfo = 1010,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMoveCheckFailedReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27991:5
[INFO] [stdout]       |
[INFO] [stdout] 27991 |     PlayerActionMoveCheckFailedReport = 1011,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleFailedReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27992:5
[INFO] [stdout]       |
[INFO] [stdout] 27992 |     PlayerActionBattleFailedReport = 1012,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSecurityReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27993:5
[INFO] [stdout]       |
[INFO] [stdout] 27993 |     PlayerActionSecurityReport = 1013,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarPromotion`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27994:5
[INFO] [stdout]       |
[INFO] [stdout] 27994 |     PlayerActionAvatarPromotion = 1101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27995:5
[INFO] [stdout]       |
[INFO] [stdout] 27995 |     PlayerActionAvatarAdd = 1103,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarUseExpItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27996:5
[INFO] [stdout]       |
[INFO] [stdout] 27996 |     PlayerActionAvatarUseExpItem = 1104,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27997:5
[INFO] [stdout]       |
[INFO] [stdout] 27997 |     PlayerActionAvatarLevelUp = 1105,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSkillTreeUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27998:5
[INFO] [stdout]       |
[INFO] [stdout] 27998 |     PlayerActionSkillTreeUp = 1106,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarHpChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:27999:5
[INFO] [stdout]       |
[INFO] [stdout] 27999 |     PlayerActionAvatarHpChange = 1107,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarMpChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28000:5
[INFO] [stdout]       |
[INFO] [stdout] 28000 |     PlayerActionAvatarMpChange = 1108,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarAddExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28001:5
[INFO] [stdout]       |
[INFO] [stdout] 28001 |     PlayerActionAvatarAddExp = 1109,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarRankUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28002:5
[INFO] [stdout]       |
[INFO] [stdout] 28002 |     PlayerActionAvatarRankUp = 1110,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarRepeated`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28003:5
[INFO] [stdout]       |
[INFO] [stdout] 28003 |     PlayerActionAvatarRepeated = 1111,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMpMaxChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28004:5
[INFO] [stdout]       |
[INFO] [stdout] 28004 |     PlayerActionMpMaxChange = 1112,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarTakePromotionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28005:5
[INFO] [stdout]       |
[INFO] [stdout] 28005 |     PlayerActionAvatarTakePromotionReward = 1113,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarRelicAffixInfo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28006:5
[INFO] [stdout]       |
[INFO] [stdout] 28006 |     PlayerActionAvatarRelicAffixInfo = 1114,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarMark`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28007:5
[INFO] [stdout]       |
[INFO] [stdout] 28007 |     PlayerActionAvatarMark = 1115,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarSystemPowerReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28008:5
[INFO] [stdout]       |
[INFO] [stdout] 28008 |     PlayerActionAvatarSystemPowerReset = 1116,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarChangePath`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28009:5
[INFO] [stdout]       |
[INFO] [stdout] 28009 |     PlayerActionAvatarChangePath = 1119,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSetGrowthTargetAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28010:5
[INFO] [stdout]       |
[INFO] [stdout] 28010 |     PlayerActionSetGrowthTargetAvatar = 1120,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDelAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28011:5
[INFO] [stdout]       |
[INFO] [stdout] 28011 |     PlayerActionDelAvatar = 1121,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarSkinChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28012:5
[INFO] [stdout]       |
[INFO] [stdout] 28012 |     PlayerActionAvatarSkinChange = 1122,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSetGrowthTargetFunctionConfig`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28013:5
[INFO] [stdout]       |
[INFO] [stdout] 28013 |     PlayerActionSetGrowthTargetFunctionConfig = 1123,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarSkinActivityReissue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28014:5
[INFO] [stdout]       |
[INFO] [stdout] 28014 |     PlayerActionAvatarSkinActivityReissue = 1124,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSetAvatarEnhancedId`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28015:5
[INFO] [stdout]       |
[INFO] [stdout] 28015 |     PlayerActionSetAvatarEnhancedId = 1125,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28016:5
[INFO] [stdout]       |
[INFO] [stdout] 28016 |     PlayerActionStageBegin = 1202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28017:5
[INFO] [stdout]       |
[INFO] [stdout] 28017 |     PlayerActionStageEnd = 1203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCocoonStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28018:5
[INFO] [stdout]       |
[INFO] [stdout] 28018 |     PlayerActionCocoonStageBegin = 1205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCocoonStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28019:5
[INFO] [stdout]       |
[INFO] [stdout] 28019 |     PlayerActionCocoonStageEnd = 1206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFarmElementEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28020:5
[INFO] [stdout]       |
[INFO] [stdout] 28020 |     PlayerActionFarmElementEnd = 1207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionElementStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28021:5
[INFO] [stdout]       |
[INFO] [stdout] 28021 |     PlayerActionElementStageEnd = 1208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCocoonSweep`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28022:5
[INFO] [stdout]       |
[INFO] [stdout] 28022 |     PlayerActionCocoonSweep = 1209,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFarmElementSweep`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28023:5
[INFO] [stdout]       |
[INFO] [stdout] 28023 |     PlayerActionFarmElementSweep = 1210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRecoverStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28024:5
[INFO] [stdout]       |
[INFO] [stdout] 28024 |     PlayerActionRecoverStamina = 1301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExchangeStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28025:5
[INFO] [stdout]       |
[INFO] [stdout] 28025 |     PlayerActionExchangeStamina = 1302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLoginReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28026:5
[INFO] [stdout]       |
[INFO] [stdout] 28026 |     PlayerActionLoginReward = 1303,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionModifyNickname`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28027:5
[INFO] [stdout]       |
[INFO] [stdout] 28027 |     PlayerActionModifyNickname = 1304,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGetLevelReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28028:5
[INFO] [stdout]       |
[INFO] [stdout] 28028 |     PlayerActionGetLevelReward = 1305,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWorldLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28029:5
[INFO] [stdout]       |
[INFO] [stdout] 28029 |     PlayerActionWorldLevelUp = 1306,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28030:5
[INFO] [stdout]       |
[INFO] [stdout] 28030 |     PlayerActionAddStamina = 1307,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGameplayBirthdayRewardMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28031:5
[INFO] [stdout]       |
[INFO] [stdout] 28031 |     PlayerActionGameplayBirthdayRewardMail = 1308,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRechargeRebateReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28032:5
[INFO] [stdout]       |
[INFO] [stdout] 28032 |     PlayerActionRechargeRebateReward = 1309,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGameplayBirthdaySet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28033:5
[INFO] [stdout]       |
[INFO] [stdout] 28033 |     PlayerActionGameplayBirthdaySet = 1310,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReserveStaminaExchange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28034:5
[INFO] [stdout]       |
[INFO] [stdout] 28034 |     PlayerActionReserveStaminaExchange = 1311,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReserveStaminaAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28035:5
[INFO] [stdout]       |
[INFO] [stdout] 28035 |     PlayerActionReserveStaminaAdd = 1312,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReserveStaminaChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28036:5
[INFO] [stdout]       |
[INFO] [stdout] 28036 |     PlayerActionReserveStaminaChange = 1313,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionNowStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28037:5
[INFO] [stdout]       |
[INFO] [stdout] 28037 |     PlayerActionNowStamina = 1314,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28038:5
[INFO] [stdout]       |
[INFO] [stdout] 28038 |     PlayerActionMail = 1401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByUser`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28039:5
[INFO] [stdout]       |
[INFO] [stdout] 28039 |     PlayerActionMailOpByUser = 1402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByMuip`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28040:5
[INFO] [stdout]       |
[INFO] [stdout] 28040 |     PlayerActionMailOpByMuip = 1403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByGm`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28041:5
[INFO] [stdout]       |
[INFO] [stdout] 28041 |     PlayerActionMailOpByGm = 1404,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByFull`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28042:5
[INFO] [stdout]       |
[INFO] [stdout] 28042 |     PlayerActionMailOpByFull = 1405,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByExpire`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28043:5
[INFO] [stdout]       |
[INFO] [stdout] 28043 |     PlayerActionMailOpByExpire = 1406,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMailOpByInternal`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28044:5
[INFO] [stdout]       |
[INFO] [stdout] 28044 |     PlayerActionMailOpByInternal = 1407,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28045:5
[INFO] [stdout]       |
[INFO] [stdout] 28045 |     PlayerActionAddMail = 1408,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDelMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28046:5
[INFO] [stdout]       |
[INFO] [stdout] 28046 |     PlayerActionDelMail = 1409,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTakeAttachment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28047:5
[INFO] [stdout]       |
[INFO] [stdout] 28047 |     PlayerActionTakeAttachment = 1410,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReadMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28048:5
[INFO] [stdout]       |
[INFO] [stdout] 28048 |     PlayerActionReadMail = 1411,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28049:5
[INFO] [stdout]       |
[INFO] [stdout] 28049 |     PlayerActionBattleAvatar = 1501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleMonster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28050:5
[INFO] [stdout]       |
[INFO] [stdout] 28050 |     PlayerActionBattleMonster = 1502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28051:5
[INFO] [stdout]       |
[INFO] [stdout] 28051 |     PlayerActionBattleEnd = 1504,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleReplay`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28052:5
[INFO] [stdout]       |
[INFO] [stdout] 28052 |     PlayerActionBattleReplay = 1505,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleAvatarDeath`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28053:5
[INFO] [stdout]       |
[INFO] [stdout] 28053 |     PlayerActionBattleAvatarDeath = 1506,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleSwitchPhase`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28054:5
[INFO] [stdout]       |
[INFO] [stdout] 28054 |     PlayerActionBattleSwitchPhase = 1507,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleMonsterSkill`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28055:5
[INFO] [stdout]       |
[INFO] [stdout] 28055 |     PlayerActionBattleMonsterSkill = 1508,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleRebattle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28056:5
[INFO] [stdout]       |
[INFO] [stdout] 28056 |     PlayerActionBattleRebattle = 1509,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleAvatarServant`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28057:5
[INFO] [stdout]       |
[INFO] [stdout] 28057 |     PlayerActionBattleAvatarServant = 1510,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28058:5
[INFO] [stdout]       |
[INFO] [stdout] 28058 |     PlayerActionMissionReward = 1602,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28059:5
[INFO] [stdout]       |
[INFO] [stdout] 28059 |     PlayerActionQuestAccept = 1603,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28060:5
[INFO] [stdout]       |
[INFO] [stdout] 28060 |     PlayerActionQuestFinish = 1604,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestRemove`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28061:5
[INFO] [stdout]       |
[INFO] [stdout] 28061 |     PlayerActionQuestRemove = 1605,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28062:5
[INFO] [stdout]       |
[INFO] [stdout] 28062 |     PlayerActionQuestReward = 1606,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestAutoClose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28063:5
[INFO] [stdout]       |
[INFO] [stdout] 28063 |     PlayerActionQuestAutoClose = 1607,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestExpired`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28064:5
[INFO] [stdout]       |
[INFO] [stdout] 28064 |     PlayerActionQuestExpired = 1608,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionRequired`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28065:5
[INFO] [stdout]       |
[INFO] [stdout] 28065 |     PlayerActionMissionRequired = 1609,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubmissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28066:5
[INFO] [stdout]       |
[INFO] [stdout] 28066 |     PlayerActionSubmissionReward = 1610,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAchievementLevelReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28067:5
[INFO] [stdout]       |
[INFO] [stdout] 28067 |     PlayerActionAchievementLevelReward = 1611,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestDelete`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28068:5
[INFO] [stdout]       |
[INFO] [stdout] 28068 |     PlayerActionQuestDelete = 1612,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubMissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28069:5
[INFO] [stdout]       |
[INFO] [stdout] 28069 |     PlayerActionSubMissionReward = 1613,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionCompensate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28070:5
[INFO] [stdout]       |
[INFO] [stdout] 28070 |     PlayerActionMissionCompensate = 1614,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMissionRecycle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28071:5
[INFO] [stdout]       |
[INFO] [stdout] 28071 |     PlayerActionMissionRecycle = 1615,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28072:5
[INFO] [stdout]       |
[INFO] [stdout] 28072 |     PlayerActionQuestReset = 1616,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestOptionalReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28073:5
[INFO] [stdout]       |
[INFO] [stdout] 28073 |     PlayerActionQuestOptionalReward = 1617,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMcvChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28074:5
[INFO] [stdout]       |
[INFO] [stdout] 28074 |     PlayerActionMcvChange = 1618,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionQuestReissue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28075:5
[INFO] [stdout]       |
[INFO] [stdout] 28075 |     PlayerActionQuestReissue = 1619,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPropInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28076:5
[INFO] [stdout]       |
[INFO] [stdout] 28076 |     PlayerActionPropInteract = 1704,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarMazeSkill`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28077:5
[INFO] [stdout]       |
[INFO] [stdout] 28077 |     PlayerActionAvatarMazeSkill = 1705,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEnterMaze`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28078:5
[INFO] [stdout]       |
[INFO] [stdout] 28078 |     PlayerActionEnterMaze = 1706,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionOrdinaryInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28079:5
[INFO] [stdout]       |
[INFO] [stdout] 28079 |     PlayerActionOrdinaryInteract = 1707,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChestInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28080:5
[INFO] [stdout]       |
[INFO] [stdout] 28080 |     PlayerActionChestInteract = 1708,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckPointUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28081:5
[INFO] [stdout]       |
[INFO] [stdout] 28081 |     PlayerActionCheckPointUnlock = 1709,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckPointInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28082:5
[INFO] [stdout]       |
[INFO] [stdout] 28082 |     PlayerActionCheckPointInteract = 1710,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckPointRevive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28083:5
[INFO] [stdout]       |
[INFO] [stdout] 28083 |     PlayerActionCheckPointRevive = 1711,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckPointTransfer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28084:5
[INFO] [stdout]       |
[INFO] [stdout] 28084 |     PlayerActionCheckPointTransfer = 1712,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonsterInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28085:5
[INFO] [stdout]       |
[INFO] [stdout] 28085 |     PlayerActionMonsterInteract = 1714,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionNpcInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28086:5
[INFO] [stdout]       |
[INFO] [stdout] 28086 |     PlayerActionNpcInteract = 1716,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPropHit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28087:5
[INFO] [stdout]       |
[INFO] [stdout] 28087 |     PlayerActionPropHit = 1717,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPrelogueRevive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28088:5
[INFO] [stdout]       |
[INFO] [stdout] 28088 |     PlayerActionPrelogueRevive = 1718,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPropState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28089:5
[INFO] [stdout]       |
[INFO] [stdout] 28089 |     PlayerActionPropState = 1719,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCheckPointRecover`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28090:5
[INFO] [stdout]       |
[INFO] [stdout] 28090 |     PlayerActionCheckPointRecover = 1720,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMechanismBar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28091:5
[INFO] [stdout]       |
[INFO] [stdout] 28091 |     PlayerActionMechanismBar = 1722,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubmitOrigamiItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28092:5
[INFO] [stdout]       |
[INFO] [stdout] 28092 |     PlayerActionSubmitOrigamiItem = 1723,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMazeBuffDropItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28093:5
[INFO] [stdout]       |
[INFO] [stdout] 28093 |     PlayerActionMazeBuffDropItem = 1724,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFsvChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28094:5
[INFO] [stdout]       |
[INFO] [stdout] 28094 |     PlayerActionFsvChange = 1725,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTimelinePropState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28095:5
[INFO] [stdout]       |
[INFO] [stdout] 28095 |     PlayerActionTimelinePropState = 1726,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGroupPropertyChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28096:5
[INFO] [stdout]       |
[INFO] [stdout] 28096 |     PlayerActionGroupPropertyChange = 1727,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentPromotion`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28097:5
[INFO] [stdout]       |
[INFO] [stdout] 28097 |     PlayerActionEquipmentPromotion = 1901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28098:5
[INFO] [stdout]       |
[INFO] [stdout] 28098 |     PlayerActionAddItem = 1902,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionUseItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28099:5
[INFO] [stdout]       |
[INFO] [stdout] 28099 |     PlayerActionUseItem = 1904,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentRankUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28100:5
[INFO] [stdout]       |
[INFO] [stdout] 28100 |     PlayerActionEquipmentRankUp = 1905,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28101:5
[INFO] [stdout]       |
[INFO] [stdout] 28101 |     PlayerActionEquipmentLevelUp = 1906,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExpUpEquipmentReturn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28102:5
[INFO] [stdout]       |
[INFO] [stdout] 28102 |     PlayerActionExpUpEquipmentReturn = 1907,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBagFullRewardMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28103:5
[INFO] [stdout]       |
[INFO] [stdout] 28103 |     PlayerActionBagFullRewardMail = 1908,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28104:5
[INFO] [stdout]       |
[INFO] [stdout] 28104 |     PlayerActionEquipmentAdd = 1909,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentWear`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28105:5
[INFO] [stdout]       |
[INFO] [stdout] 28105 |     PlayerActionEquipmentWear = 1910,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionItemCompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28106:5
[INFO] [stdout]       |
[INFO] [stdout] 28106 |     PlayerActionItemCompose = 1911,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28107:5
[INFO] [stdout]       |
[INFO] [stdout] 28107 |     PlayerActionRelicLevelUp = 1912,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExpUpRelicReturn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28108:5
[INFO] [stdout]       |
[INFO] [stdout] 28108 |     PlayerActionExpUpRelicReturn = 1913,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicNumChanged`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28109:5
[INFO] [stdout]       |
[INFO] [stdout] 28109 |     PlayerActionRelicNumChanged = 1914,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicWear`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28110:5
[INFO] [stdout]       |
[INFO] [stdout] 28110 |     PlayerActionRelicWear = 1915,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicCompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28111:5
[INFO] [stdout]       |
[INFO] [stdout] 28111 |     PlayerActionRelicCompose = 1916,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSellItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28112:5
[INFO] [stdout]       |
[INFO] [stdout] 28112 |     PlayerActionSellItem = 1917,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionUnlockMusic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28113:5
[INFO] [stdout]       |
[INFO] [stdout] 28113 |     PlayerActionUnlockMusic = 1918,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExchangeHcoinWithPayMcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28114:5
[INFO] [stdout]       |
[INFO] [stdout] 28114 |     PlayerActionExchangeHcoinWithPayMcoin = 1919,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGetReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28115:5
[INFO] [stdout]       |
[INFO] [stdout] 28115 |     PlayerActionGetReward = 1920,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExchangeHcoinWithFreeMcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28116:5
[INFO] [stdout]       |
[INFO] [stdout] 28116 |     PlayerActionExchangeHcoinWithFreeMcoin = 1921,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionItemComposeFormulaUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28117:5
[INFO] [stdout]       |
[INFO] [stdout] 28117 |     PlayerActionItemComposeFormulaUnlock = 1922,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExchangeHcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28118:5
[INFO] [stdout]       |
[INFO] [stdout] 28118 |     PlayerActionExchangeHcoin = 1923,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCityShopLevelReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28119:5
[INFO] [stdout]       |
[INFO] [stdout] 28119 |     PlayerActionCityShopLevelReward = 1924,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionItemRecycle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28120:5
[INFO] [stdout]       |
[INFO] [stdout] 28120 |     PlayerActionItemRecycle = 1925,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumFundsConsume`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28121:5
[INFO] [stdout]       |
[INFO] [stdout] 28121 |     PlayerActionMuseumFundsConsume = 1926,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumEventBuyStuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28122:5
[INFO] [stdout]       |
[INFO] [stdout] 28122 |     PlayerActionMuseumEventBuyStuff = 1927,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumMarketBuyStuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28123:5
[INFO] [stdout]       |
[INFO] [stdout] 28123 |     PlayerActionMuseumMarketBuyStuff = 1928,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumRandomEvent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28124:5
[INFO] [stdout]       |
[INFO] [stdout] 28124 |     PlayerActionMuseumRandomEvent = 1929,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumInitialItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28125:5
[INFO] [stdout]       |
[INFO] [stdout] 28125 |     PlayerActionMuseumInitialItem = 1930,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionOptionalBoxReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28126:5
[INFO] [stdout]       |
[INFO] [stdout] 28126 |     PlayerActionOptionalBoxReward = 1931,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDestroyItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28127:5
[INFO] [stdout]       |
[INFO] [stdout] 28127 |     PlayerActionDestroyItem = 1932,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTransferExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28128:5
[INFO] [stdout]       |
[INFO] [stdout] 28128 |     PlayerActionTransferExp = 1933,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionOndutyUse`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28129:5
[INFO] [stdout]       |
[INFO] [stdout] 28129 |     PlayerActionOndutyUse = 1934,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionItemMark`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28130:5
[INFO] [stdout]       |
[INFO] [stdout] 28130 |     PlayerActionItemMark = 1935,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicDiscard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28131:5
[INFO] [stdout]       |
[INFO] [stdout] 28131 |     PlayerActionRelicDiscard = 1936,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGeneralVirtualItemChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28132:5
[INFO] [stdout]       |
[INFO] [stdout] 28132 |     PlayerActionGeneralVirtualItemChange = 1937,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicLock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28133:5
[INFO] [stdout]       |
[INFO] [stdout] 28133 |     PlayerActionRelicLock = 1938,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicFilterPlanSave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28134:5
[INFO] [stdout]       |
[INFO] [stdout] 28134 |     PlayerActionRelicFilterPlanSave = 1939,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicFilterPlanDelete`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28135:5
[INFO] [stdout]       |
[INFO] [stdout] 28135 |     PlayerActionRelicFilterPlanDelete = 1940,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicFilterPlanMark`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28136:5
[INFO] [stdout]       |
[INFO] [stdout] 28136 |     PlayerActionRelicFilterPlanMark = 1941,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicSell`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28137:5
[INFO] [stdout]       |
[INFO] [stdout] 28137 |     PlayerActionRelicSell = 1942,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicReforge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28138:5
[INFO] [stdout]       |
[INFO] [stdout] 28138 |     PlayerActionRelicReforge = 1943,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicSmartWearCustomPlan`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28139:5
[INFO] [stdout]       |
[INFO] [stdout] 28139 |     PlayerActionRelicSmartWearCustomPlan = 1944,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRecoverRelic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28140:5
[INFO] [stdout]       |
[INFO] [stdout] 28140 |     PlayerActionRecoverRelic = 1945,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRecoverEquipment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28141:5
[INFO] [stdout]       |
[INFO] [stdout] 28141 |     PlayerActionRecoverEquipment = 1946,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEquipmentSell`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28142:5
[INFO] [stdout]       |
[INFO] [stdout] 28142 |     PlayerActionEquipmentSell = 1947,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicSmartWearPinRelic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28143:5
[INFO] [stdout]       |
[INFO] [stdout] 28143 |     PlayerActionRelicSmartWearPinRelic = 1948,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRelicCocoonSetting`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28144:5
[INFO] [stdout]       |
[INFO] [stdout] 28144 |     PlayerActionRelicCocoonSetting = 1949,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPersonalCardChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28145:5
[INFO] [stdout]       |
[INFO] [stdout] 28145 |     PlayerActionPersonalCardChange = 1950,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPhoneCaseChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28146:5
[INFO] [stdout]       |
[INFO] [stdout] 28146 |     PlayerActionPhoneCaseChange = 1951,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeliveryItemReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28147:5
[INFO] [stdout]       |
[INFO] [stdout] 28147 |     PlayerActionDeliveryItemReward = 1952,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTutorialGuideFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28148:5
[INFO] [stdout]       |
[INFO] [stdout] 28148 |     PlayerActionTutorialGuideFinish = 2001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTutorial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28149:5
[INFO] [stdout]       |
[INFO] [stdout] 28149 |     PlayerActionTutorial = 2002,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTutorialGuide`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28150:5
[INFO] [stdout]       |
[INFO] [stdout] 28150 |     PlayerActionTutorialGuide = 2003,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonsterDrop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28151:5
[INFO] [stdout]       |
[INFO] [stdout] 28151 |     PlayerActionMonsterDrop = 2101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFinishChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28152:5
[INFO] [stdout]       |
[INFO] [stdout] 28152 |     PlayerActionFinishChallenge = 2201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStars`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28153:5
[INFO] [stdout]       |
[INFO] [stdout] 28153 |     PlayerActionChallengeStars = 2202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28154:5
[INFO] [stdout]       |
[INFO] [stdout] 28154 |     PlayerActionChallengeStart = 2203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28155:5
[INFO] [stdout]       |
[INFO] [stdout] 28155 |     PlayerActionChallengeEnd = 2204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeWin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28156:5
[INFO] [stdout]       |
[INFO] [stdout] 28156 |     PlayerActionChallengeWin = 2205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeFail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28157:5
[INFO] [stdout]       |
[INFO] [stdout] 28157 |     PlayerActionChallengeFail = 2206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeLeave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28158:5
[INFO] [stdout]       |
[INFO] [stdout] 28158 |     PlayerActionChallengeLeave = 2207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeSwitch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28159:5
[INFO] [stdout]       |
[INFO] [stdout] 28159 |     PlayerActionChallengeSwitch = 2208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBonusReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28160:5
[INFO] [stdout]       |
[INFO] [stdout] 28160 |     PlayerActionChallengeBonusReward = 2210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStarsReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28161:5
[INFO] [stdout]       |
[INFO] [stdout] 28161 |     PlayerActionChallengeStarsReward = 2211,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeRestart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28162:5
[INFO] [stdout]       |
[INFO] [stdout] 28162 |     PlayerActionChallengeRestart = 2212,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStoryStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28163:5
[INFO] [stdout]       |
[INFO] [stdout] 28163 |     PlayerActionChallengeStoryStart = 2213,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStoryEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28164:5
[INFO] [stdout]       |
[INFO] [stdout] 28164 |     PlayerActionChallengeStoryEnd = 2214,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeFastPass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28165:5
[INFO] [stdout]       |
[INFO] [stdout] 28165 |     PlayerActionChallengeFastPass = 2215,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStoryFastPass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28166:5
[INFO] [stdout]       |
[INFO] [stdout] 28166 |     PlayerActionChallengeStoryFastPass = 2216,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeMemoryFastPass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28167:5
[INFO] [stdout]       |
[INFO] [stdout] 28167 |     PlayerActionChallengeMemoryFastPass = 2217,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBattleTarget`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28168:5
[INFO] [stdout]       |
[INFO] [stdout] 28168 |     PlayerActionChallengeBattleTarget = 2218,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBossEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28169:5
[INFO] [stdout]       |
[INFO] [stdout] 28169 |     PlayerActionChallengeBossEnd = 2219,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBossFastPass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28170:5
[INFO] [stdout]       |
[INFO] [stdout] 28170 |     PlayerActionChallengeBossFastPass = 2220,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStartPartial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28171:5
[INFO] [stdout]       |
[INFO] [stdout] 28171 |     PlayerActionChallengeStartPartial = 2221,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBossPhaseStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28172:5
[INFO] [stdout]       |
[INFO] [stdout] 28172 |     PlayerActionChallengeBossPhaseStart = 2222,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBossPhaseEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28173:5
[INFO] [stdout]       |
[INFO] [stdout] 28173 |     PlayerActionChallengeBossPhaseEnd = 2223,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeBossPhaseEndBeforeBattle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28174:5
[INFO] [stdout]       |
[INFO] [stdout] 28174 |     PlayerActionChallengeBossPhaseEndBeforeBattle = 2224,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeRecommendLineup`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28175:5
[INFO] [stdout]       |
[INFO] [stdout] 28175 |     PlayerActionChallengeRecommendLineup = 2225,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeStoryFeverBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28176:5
[INFO] [stdout]       |
[INFO] [stdout] 28176 |     PlayerActionChallengeStoryFeverBattleEnd = 2226,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTeamInfoChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28177:5
[INFO] [stdout]       |
[INFO] [stdout] 28177 |     PlayerActionTeamInfoChange = 2301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChangeCurrentAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28178:5
[INFO] [stdout]       |
[INFO] [stdout] 28178 |     PlayerActionChangeCurrentAvatar = 2302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCreateVirtualTeam`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28179:5
[INFO] [stdout]       |
[INFO] [stdout] 28179 |     PlayerActionCreateVirtualTeam = 2303,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTeamNameEdit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28180:5
[INFO] [stdout]       |
[INFO] [stdout] 28180 |     PlayerActionTeamNameEdit = 2304,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarBuffChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28181:5
[INFO] [stdout]       |
[INFO] [stdout] 28181 |     PlayerActionAvatarBuffChange = 2401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEnvBuffChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28182:5
[INFO] [stdout]       |
[INFO] [stdout] 28182 |     PlayerActionEnvBuffChange = 2402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGameCore`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28183:5
[INFO] [stdout]       |
[INFO] [stdout] 28183 |     PlayerActionGameCore = 2403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarGlobalBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28184:5
[INFO] [stdout]       |
[INFO] [stdout] 28184 |     PlayerActionAvatarGlobalBuff = 2404,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueExploreStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28185:5
[INFO] [stdout]       |
[INFO] [stdout] 28185 |     PlayerActionRogueExploreStart = 2501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28186:5
[INFO] [stdout]       |
[INFO] [stdout] 28186 |     PlayerActionRogueEnterRoom = 2502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28187:5
[INFO] [stdout]       |
[INFO] [stdout] 28187 |     PlayerActionRogueLeaveRoom = 2503,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueExploreFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28188:5
[INFO] [stdout]       |
[INFO] [stdout] 28188 |     PlayerActionRogueExploreFinish = 2504,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSelectBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28189:5
[INFO] [stdout]       |
[INFO] [stdout] 28189 |     PlayerActionRogueSelectBuff = 2505,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRollBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28190:5
[INFO] [stdout]       |
[INFO] [stdout] 28190 |     PlayerActionRogueRollBuff = 2506,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRevive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28191:5
[INFO] [stdout]       |
[INFO] [stdout] 28191 |     PlayerActionRogueRevive = 2507,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueChallengeStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28192:5
[INFO] [stdout]       |
[INFO] [stdout] 28192 |     PlayerActionRogueChallengeStart = 2512,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28193:5
[INFO] [stdout]       |
[INFO] [stdout] 28193 |     PlayerActionRogueMiracle = 2514,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAddBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28194:5
[INFO] [stdout]       |
[INFO] [stdout] 28194 |     PlayerActionRogueAddBuff = 2515,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRoguePickAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28195:5
[INFO] [stdout]       |
[INFO] [stdout] 28195 |     PlayerActionRoguePickAvatar = 2516,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSeasonChanged`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28196:5
[INFO] [stdout]       |
[INFO] [stdout] 28196 |     PlayerActionRogueSeasonChanged = 2522,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAeonLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28197:5
[INFO] [stdout]       |
[INFO] [stdout] 28197 |     PlayerActionRogueAeonLevelUp = 2524,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueOpenDoor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28198:5
[INFO] [stdout]       |
[INFO] [stdout] 28198 |     PlayerActionRogueOpenDoor = 2525,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueScoreReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28199:5
[INFO] [stdout]       |
[INFO] [stdout] 28199 |     PlayerActionRogueScoreReward = 2526,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEnhanceBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28200:5
[INFO] [stdout]       |
[INFO] [stdout] 28200 |     PlayerActionRogueEnhanceBuff = 2527,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSelectBonus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28201:5
[INFO] [stdout]       |
[INFO] [stdout] 28201 |     PlayerActionRogueSelectBonus = 2528,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAreaFirstReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28202:5
[INFO] [stdout]       |
[INFO] [stdout] 28202 |     PlayerActionRogueAreaFirstReward = 2529,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEnableTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28203:5
[INFO] [stdout]       |
[INFO] [stdout] 28203 |     PlayerActionRogueEnableTalent = 2530,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAeonUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28204:5
[INFO] [stdout]       |
[INFO] [stdout] 28204 |     PlayerActionRogueAeonUnlock = 2531,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAeonAddExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28205:5
[INFO] [stdout]       |
[INFO] [stdout] 28205 |     PlayerActionRogueAeonAddExp = 2532,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueImmerseLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28206:5
[INFO] [stdout]       |
[INFO] [stdout] 28206 |     PlayerActionRogueImmerseLevelUp = 2533,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSelectMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28207:5
[INFO] [stdout]       |
[INFO] [stdout] 28207 |     PlayerActionRogueSelectMiracle = 2534,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueUnlockArea`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28208:5
[INFO] [stdout]       |
[INFO] [stdout] 28208 |     PlayerActionRogueUnlockArea = 2535,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueExploreScoreChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28209:5
[INFO] [stdout]       |
[INFO] [stdout] 28209 |     PlayerActionRogueExploreScoreChange = 2536,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueUpdateRewardPool`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28210:5
[INFO] [stdout]       |
[INFO] [stdout] 28210 |     PlayerActionRogueUpdateRewardPool = 2537,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSwapBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28211:5
[INFO] [stdout]       |
[INFO] [stdout] 28211 |     PlayerActionRogueSwapBuff = 2539,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWeeklyRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28212:5
[INFO] [stdout]       |
[INFO] [stdout] 28212 |     PlayerActionRogueWeeklyRefresh = 2540,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueExchangeKey`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28213:5
[INFO] [stdout]       |
[INFO] [stdout] 28213 |     PlayerActionRogueExchangeKey = 2541,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueGetObjectReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28214:5
[INFO] [stdout]       |
[INFO] [stdout] 28214 |     PlayerActionRogueGetObjectReward = 2542,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAreaMonsterDrop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28215:5
[INFO] [stdout]       |
[INFO] [stdout] 28215 |     PlayerActionRogueAreaMonsterDrop = 2543,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAddMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28216:5
[INFO] [stdout]       |
[INFO] [stdout] 28216 |     PlayerActionRogueAddMiracle = 2544,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSwapMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28217:5
[INFO] [stdout]       |
[INFO] [stdout] 28217 |     PlayerActionRogueSwapMiracle = 2545,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueOpenObjectReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28218:5
[INFO] [stdout]       |
[INFO] [stdout] 28218 |     PlayerActionRogueOpenObjectReward = 2546,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAeonEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28219:5
[INFO] [stdout]       |
[INFO] [stdout] 28219 |     PlayerActionRogueAeonEffect = 2547,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReforgeBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28220:5
[INFO] [stdout]       |
[INFO] [stdout] 28220 |     PlayerActionRogueReforgeBuff = 2548,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTradeMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28221:5
[INFO] [stdout]       |
[INFO] [stdout] 28221 |     PlayerActionRogueTradeMiracle = 2549,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRemoveAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28222:5
[INFO] [stdout]       |
[INFO] [stdout] 28222 |     PlayerActionRogueRemoveAvatar = 2550,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDialogueSelect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28223:5
[INFO] [stdout]       |
[INFO] [stdout] 28223 |     PlayerActionRogueDialogueSelect = 2551,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSelectAeon`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28224:5
[INFO] [stdout]       |
[INFO] [stdout] 28224 |     PlayerActionRogueSelectAeon = 2552,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDialogueFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28225:5
[INFO] [stdout]       |
[INFO] [stdout] 28225 |     PlayerActionRogueDialogueFinish = 2553,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueHandbookReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28226:5
[INFO] [stdout]       |
[INFO] [stdout] 28226 |     PlayerActionRogueHandbookReward = 2554,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueAdventureRoomReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28227:5
[INFO] [stdout]       |
[INFO] [stdout] 28227 |     PlayerActionRogueAdventureRoomReward = 2555,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueShopBuy`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28228:5
[INFO] [stdout]       |
[INFO] [stdout] 28228 |     PlayerActionRogueShopBuy = 2556,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRepairMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28229:5
[INFO] [stdout]       |
[INFO] [stdout] 28229 |     PlayerActionRogueRepairMiracle = 2557,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReplaceAllMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28230:5
[INFO] [stdout]       |
[INFO] [stdout] 28230 |     PlayerActionRogueReplaceAllMiracle = 2558,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMiracleBroken`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28231:5
[INFO] [stdout]       |
[INFO] [stdout] 28231 |     PlayerActionRogueMiracleBroken = 2559,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueShopRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28232:5
[INFO] [stdout]       |
[INFO] [stdout] 28232 |     PlayerActionRogueShopRefresh = 2560,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueLevelMechanism`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28233:5
[INFO] [stdout]       |
[INFO] [stdout] 28233 |     PlayerActionRogueLevelMechanism = 2561,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRemoveMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28234:5
[INFO] [stdout]       |
[INFO] [stdout] 28234 |     PlayerActionRogueRemoveMiracle = 2562,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDropBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28235:5
[INFO] [stdout]       |
[INFO] [stdout] 28235 |     PlayerActionRogueDropBuff = 2563,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDestroyMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28236:5
[INFO] [stdout]       |
[INFO] [stdout] 28236 |     PlayerActionRogueDestroyMiracle = 2564,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueActivateFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28237:5
[INFO] [stdout]       |
[INFO] [stdout] 28237 |     PlayerActionRogueActivateFormula = 2565,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDeactivateFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28238:5
[INFO] [stdout]       |
[INFO] [stdout] 28238 |     PlayerActionRogueDeactivateFormula = 2566,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRemoveBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28239:5
[INFO] [stdout]       |
[INFO] [stdout] 28239 |     PlayerActionRogueRemoveBuff = 2567,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSelectFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28240:5
[INFO] [stdout]       |
[INFO] [stdout] 28240 |     PlayerActionRogueSelectFormula = 2568,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDropFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28241:5
[INFO] [stdout]       |
[INFO] [stdout] 28241 |     PlayerActionRogueDropFormula = 2569,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueRollFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28242:5
[INFO] [stdout]       |
[INFO] [stdout] 28242 |     PlayerActionRogueRollFormula = 2570,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReforgeFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28243:5
[INFO] [stdout]       |
[INFO] [stdout] 28243 |     PlayerActionRogueReforgeFormula = 2571,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueComposeMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28244:5
[INFO] [stdout]       |
[INFO] [stdout] 28244 |     PlayerActionRogueComposeMiracle = 2572,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReforgeMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28245:5
[INFO] [stdout]       |
[INFO] [stdout] 28245 |     PlayerActionRogueReforgeMiracle = 2573,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueDoGamble`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28246:5
[INFO] [stdout]       |
[INFO] [stdout] 28246 |     PlayerActionRogueDoGamble = 2574,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueKeywordActivate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28247:5
[INFO] [stdout]       |
[INFO] [stdout] 28247 |     PlayerActionRogueKeywordActivate = 2575,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueKeywordDeactivate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28248:5
[INFO] [stdout]       |
[INFO] [stdout] 28248 |     PlayerActionRogueKeywordDeactivate = 2576,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueSourceDefault`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28249:5
[INFO] [stdout]       |
[INFO] [stdout] 28249 |     PlayerActionRogueSourceDefault = 2577,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRoguePlayerSelect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28250:5
[INFO] [stdout]       |
[INFO] [stdout] 28250 |     PlayerActionRoguePlayerSelect = 2578,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueLayerSettlement`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28251:5
[INFO] [stdout]       |
[INFO] [stdout] 28251 |     PlayerActionRogueLayerSettlement = 2579,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28252:5
[INFO] [stdout]       |
[INFO] [stdout] 28252 |     PlayerActionRogueFormula = 2580,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbench`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28253:5
[INFO] [stdout]       |
[INFO] [stdout] 28253 |     PlayerActionRogueWorkbench = 2581,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueModifier`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28254:5
[INFO] [stdout]       |
[INFO] [stdout] 28254 |     PlayerActionRogueModifier = 2582,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReforge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28255:5
[INFO] [stdout]       |
[INFO] [stdout] 28255 |     PlayerActionRogueReforge = 2583,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28256:5
[INFO] [stdout]       |
[INFO] [stdout] 28256 |     PlayerActionRogueTalent = 2584,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueReroll`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28257:5
[INFO] [stdout]       |
[INFO] [stdout] 28257 |     PlayerActionRogueReroll = 2585,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueCoinChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28258:5
[INFO] [stdout]       |
[INFO] [stdout] 28258 |     PlayerActionRogueCoinChange = 2586,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicScepterShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28259:5
[INFO] [stdout]       |
[INFO] [stdout] 28259 |     PlayerActionRogueMagicScepterShop = 2587,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicUnitShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28260:5
[INFO] [stdout]       |
[INFO] [stdout] 28260 |     PlayerActionRogueMagicUnitShop = 2588,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicScepterLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28261:5
[INFO] [stdout]       |
[INFO] [stdout] 28261 |     PlayerActionRogueMagicScepterLevelUp = 2589,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGacha`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28262:5
[INFO] [stdout]       |
[INFO] [stdout] 28262 |     PlayerActionGacha = 2601,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddGachaTicket`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28263:5
[INFO] [stdout]       |
[INFO] [stdout] 28263 |     PlayerActionAddGachaTicket = 2602,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGachaExchange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28264:5
[INFO] [stdout]       |
[INFO] [stdout] 28264 |     PlayerActionGachaExchange = 2603,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSetGachaDecideItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28265:5
[INFO] [stdout]       |
[INFO] [stdout] 28265 |     PlayerActionSetGachaDecideItem = 2604,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEventMissionAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28266:5
[INFO] [stdout]       |
[INFO] [stdout] 28266 |     PlayerActionEventMissionAccept = 2801,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEventMissionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28267:5
[INFO] [stdout]       |
[INFO] [stdout] 28267 |     PlayerActionEventMissionFinish = 2802,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEventMissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28268:5
[INFO] [stdout]       |
[INFO] [stdout] 28268 |     PlayerActionEventMissionReward = 2803,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRaidFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28269:5
[INFO] [stdout]       |
[INFO] [stdout] 28269 |     PlayerActionRaidFinish = 2901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRaidBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28270:5
[INFO] [stdout]       |
[INFO] [stdout] 28270 |     PlayerActionRaidBegin = 2902,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChallengeRaidReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28271:5
[INFO] [stdout]       |
[INFO] [stdout] 28271 |     PlayerActionChallengeRaidReward = 2903,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStartRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28272:5
[INFO] [stdout]       |
[INFO] [stdout] 28272 |     PlayerActionStartRaid = 2904,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEndRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28273:5
[INFO] [stdout]       |
[INFO] [stdout] 28273 |     PlayerActionEndRaid = 2905,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRaidTargetFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28274:5
[INFO] [stdout]       |
[INFO] [stdout] 28274 |     PlayerActionRaidTargetFinish = 2906,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionArchiveRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28275:5
[INFO] [stdout]       |
[INFO] [stdout] 28275 |     PlayerActionArchiveRaid = 2907,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeroBaseTypeChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28276:5
[INFO] [stdout]       |
[INFO] [stdout] 28276 |     PlayerActionHeroBaseTypeChange = 3051,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeroBaseTypeAddByMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28277:5
[INFO] [stdout]       |
[INFO] [stdout] 28277 |     PlayerActionHeroBaseTypeAddByMission = 3052,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeroBaseTypeAddByReq`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28278:5
[INFO] [stdout]       |
[INFO] [stdout] 28278 |     PlayerActionHeroBaseTypeAddByReq = 3053,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeroBaseTypeAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28279:5
[INFO] [stdout]       |
[INFO] [stdout] 28279 |     PlayerActionHeroBaseTypeAdd = 3054,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDialogueSelect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28280:5
[INFO] [stdout]       |
[INFO] [stdout] 28280 |     PlayerActionDialogueSelect = 3101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExpeditionStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28281:5
[INFO] [stdout]       |
[INFO] [stdout] 28281 |     PlayerActionExpeditionStart = 3151,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExpeditionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28282:5
[INFO] [stdout]       |
[INFO] [stdout] 28282 |     PlayerActionExpeditionFinish = 3152,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionExpeditionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28283:5
[INFO] [stdout]       |
[INFO] [stdout] 28283 |     PlayerActionExpeditionReward = 3153,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityExpeditionStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28284:5
[INFO] [stdout]       |
[INFO] [stdout] 28284 |     PlayerActionActivityExpeditionStart = 3154,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityExpeditionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28285:5
[INFO] [stdout]       |
[INFO] [stdout] 28285 |     PlayerActionActivityExpeditionFinish = 3155,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityExpeditionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28286:5
[INFO] [stdout]       |
[INFO] [stdout] 28286 |     PlayerActionActivityExpeditionReward = 3156,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityExpeditionBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28287:5
[INFO] [stdout]       |
[INFO] [stdout] 28287 |     PlayerActionActivityExpeditionBegin = 3157,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityExpeditionEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28288:5
[INFO] [stdout]       |
[INFO] [stdout] 28288 |     PlayerActionActivityExpeditionEnd = 3158,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityLoginReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28289:5
[INFO] [stdout]       |
[INFO] [stdout] 28289 |     PlayerActionActivityLoginReward = 3201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendReport`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28290:5
[INFO] [stdout]       |
[INFO] [stdout] 28290 |     PlayerActionFriendReport = 3301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAssistReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28291:5
[INFO] [stdout]       |
[INFO] [stdout] 28291 |     PlayerActionAssistReward = 3302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAssistAvatarRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28292:5
[INFO] [stdout]       |
[INFO] [stdout] 28292 |     PlayerActionAssistAvatarRefresh = 3303,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAssistAvatarBattleStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28293:5
[INFO] [stdout]       |
[INFO] [stdout] 28293 |     PlayerActionAssistAvatarBattleStart = 3304,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAssistAvatarBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28294:5
[INFO] [stdout]       |
[INFO] [stdout] 28294 |     PlayerActionAssistAvatarBattleEnd = 3305,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendApply`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28295:5
[INFO] [stdout]       |
[INFO] [stdout] 28295 |     PlayerActionFriendApply = 3306,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendManage`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28296:5
[INFO] [stdout]       |
[INFO] [stdout] 28296 |     PlayerActionFriendManage = 3307,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendBlacklist`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28297:5
[INFO] [stdout]       |
[INFO] [stdout] 28297 |     PlayerActionFriendBlacklist = 3308,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendModifyRemarkName`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28298:5
[INFO] [stdout]       |
[INFO] [stdout] 28298 |     PlayerActionFriendModifyRemarkName = 3309,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendMark`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28299:5
[INFO] [stdout]       |
[INFO] [stdout] 28299 |     PlayerActionFriendMark = 3310,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFriendAssistList`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28300:5
[INFO] [stdout]       |
[INFO] [stdout] 28300 |     PlayerActionFriendAssistList = 3311,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePassLevelReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28301:5
[INFO] [stdout]       |
[INFO] [stdout] 28301 |     PlayerActionBattlePassLevelReward = 3202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePass128tierReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28302:5
[INFO] [stdout]       |
[INFO] [stdout] 28302 |     PlayerActionBattlePass128tierReward = 3203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePassLevelRewardAutoMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28303:5
[INFO] [stdout]       |
[INFO] [stdout] 28303 |     PlayerActionBattlePassLevelRewardAutoMail = 3204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBuyBattlePass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28304:5
[INFO] [stdout]       |
[INFO] [stdout] 28304 |     PlayerActionBuyBattlePass = 3205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAddBattlePassExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28305:5
[INFO] [stdout]       |
[INFO] [stdout] 28305 |     PlayerActionAddBattlePassExp = 3206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePassLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28306:5
[INFO] [stdout]       |
[INFO] [stdout] 28306 |     PlayerActionBattlePassLevelUp = 3207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBuyBattlePassLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28307:5
[INFO] [stdout]       |
[INFO] [stdout] 28307 |     PlayerActionBuyBattlePassLevel = 3208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePassEndMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28308:5
[INFO] [stdout]       |
[INFO] [stdout] 28308 |     PlayerActionBattlePassEndMail = 3209,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattlePass68tierReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28309:5
[INFO] [stdout]       |
[INFO] [stdout] 28309 |     PlayerActionBattlePass68tierReward = 3210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionModifySign`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28310:5
[INFO] [stdout]       |
[INFO] [stdout] 28310 |     PlayerActionModifySign = 3401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDisplayAvatarSet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28311:5
[INFO] [stdout]       |
[INFO] [stdout] 28311 |     PlayerActionDisplayAvatarSet = 3402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAssistAvatarSet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28312:5
[INFO] [stdout]       |
[INFO] [stdout] 28312 |     PlayerActionAssistAvatarSet = 3403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAchievementFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28313:5
[INFO] [stdout]       |
[INFO] [stdout] 28313 |     PlayerActionAchievementFinish = 3501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAchievementReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28314:5
[INFO] [stdout]       |
[INFO] [stdout] 28314 |     PlayerActionAchievementReward = 3502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAchievementAddExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28315:5
[INFO] [stdout]       |
[INFO] [stdout] 28315 |     PlayerActionAchievementAddExp = 3503,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAchievementLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28316:5
[INFO] [stdout]       |
[INFO] [stdout] 28316 |     PlayerActionAchievementLevelUp = 3504,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28317:5
[INFO] [stdout]       |
[INFO] [stdout] 28317 |     PlayerActionPunkLordReward = 3601,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordBossSearch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28318:5
[INFO] [stdout]       |
[INFO] [stdout] 28318 |     PlayerActionPunkLordBossSearch = 3604,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordBossShare`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28319:5
[INFO] [stdout]       |
[INFO] [stdout] 28319 |     PlayerActionPunkLordBossShare = 3605,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStartPunkLordRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28320:5
[INFO] [stdout]       |
[INFO] [stdout] 28320 |     PlayerActionStartPunkLordRaid = 3606,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordSupportTimes`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28321:5
[INFO] [stdout]       |
[INFO] [stdout] 28321 |     PlayerActionPunkLordSupportTimes = 3608,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordScoreReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28322:5
[INFO] [stdout]       |
[INFO] [stdout] 28322 |     PlayerActionPunkLordScoreReward = 3609,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordListRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28323:5
[INFO] [stdout]       |
[INFO] [stdout] 28323 |     PlayerActionPunkLordListRefresh = 3610,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordPowerAttack`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28324:5
[INFO] [stdout]       |
[INFO] [stdout] 28324 |     PlayerActionPunkLordPowerAttack = 3611,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28325:5
[INFO] [stdout]       |
[INFO] [stdout] 28325 |     PlayerActionPunkLordBattleEnd = 3612,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordBossDeath`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28326:5
[INFO] [stdout]       |
[INFO] [stdout] 28326 |     PlayerActionPunkLordBossDeath = 3613,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPunkLordBossScore`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28327:5
[INFO] [stdout]       |
[INFO] [stdout] 28327 |     PlayerActionPunkLordBossScore = 3614,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyActiveLevelReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28328:5
[INFO] [stdout]       |
[INFO] [stdout] 28328 |     PlayerActionDailyActiveLevelReward = 3701,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyActiveAddPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28329:5
[INFO] [stdout]       |
[INFO] [stdout] 28329 |     PlayerActionDailyActiveAddPoint = 3702,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDailyActiveDeleteOldQuest`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28330:5
[INFO] [stdout]       |
[INFO] [stdout] 28330 |     PlayerActionDailyActiveDeleteOldQuest = 3703,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightActivityBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28331:5
[INFO] [stdout]       |
[INFO] [stdout] 28331 |     PlayerActionFightActivityBegin = 3791,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightActivityEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28332:5
[INFO] [stdout]       |
[INFO] [stdout] 28332 |     PlayerActionFightActivityEnd = 3792,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightActivityReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28333:5
[INFO] [stdout]       |
[INFO] [stdout] 28333 |     PlayerActionFightActivityReward = 3801,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityEndMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28334:5
[INFO] [stdout]       |
[INFO] [stdout] 28334 |     PlayerActionActivityEndMail = 3802,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAppointmentMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28335:5
[INFO] [stdout]       |
[INFO] [stdout] 28335 |     PlayerActionAppointmentMail = 3803,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionShareReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28336:5
[INFO] [stdout]       |
[INFO] [stdout] 28336 |     PlayerActionShareReward = 3804,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityTrialReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28337:5
[INFO] [stdout]       |
[INFO] [stdout] 28337 |     PlayerActionActivityTrialReward = 3805,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityTrialStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28338:5
[INFO] [stdout]       |
[INFO] [stdout] 28338 |     PlayerActionActivityTrialStart = 3806,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsPreOrderMail1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28339:5
[INFO] [stdout]       |
[INFO] [stdout] 28339 |     PlayerActionPsPreOrderMail1 = 3811,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsPreOrderMail2`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28340:5
[INFO] [stdout]       |
[INFO] [stdout] 28340 |     PlayerActionPsPreOrderMail2 = 3812,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsLoginMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28341:5
[INFO] [stdout]       |
[INFO] [stdout] 28341 |     PlayerActionPsLoginMail = 3813,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLoginMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28342:5
[INFO] [stdout]       |
[INFO] [stdout] 28342 |     PlayerActionLoginMail = 3814,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGooglePoints100Mail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28343:5
[INFO] [stdout]       |
[INFO] [stdout] 28343 |     PlayerActionGooglePoints100Mail = 3821,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGooglePoints150Mail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28344:5
[INFO] [stdout]       |
[INFO] [stdout] 28344 |     PlayerActionGooglePoints150Mail = 3822,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorBehaviorFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28345:5
[INFO] [stdout]       |
[INFO] [stdout] 28345 |     PlayerActionTrainVisitorBehaviorFinish = 3901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEnterViewTrain`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28346:5
[INFO] [stdout]       |
[INFO] [stdout] 28346 |     PlayerActionEnterViewTrain = 3902,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorBehaviorRewardForceSend`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28347:5
[INFO] [stdout]       |
[INFO] [stdout] 28347 |     PlayerActionTrainVisitorBehaviorRewardForceSend = 3903,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorRegisterOpen`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28348:5
[INFO] [stdout]       |
[INFO] [stdout] 28348 |     PlayerActionTrainVisitorRegisterOpen = 3904,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorBehaviorRewardForceSendByRegister`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28349:5
[INFO] [stdout]       |
[INFO] [stdout] 28349 |     PlayerActionTrainVisitorBehaviorRewardForceSendByRegister = 3905,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorClearLastTrainVisitor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28350:5
[INFO] [stdout]       |
[INFO] [stdout] 28350 |     PlayerActionTrainVisitorClearLastTrainVisitor = 3906,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorRefreshTrainVisitor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28351:5
[INFO] [stdout]       |
[INFO] [stdout] 28351 |     PlayerActionTrainVisitorRefreshTrainVisitor = 3907,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainVisitorRefreshNpc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28352:5
[INFO] [stdout]       |
[INFO] [stdout] 28352 |     PlayerActionTrainVisitorRefreshNpc = 3908,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMessageGroupAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28353:5
[INFO] [stdout]       |
[INFO] [stdout] 28353 |     PlayerActionMessageGroupAccept = 3951,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMessageSectionAccept`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28354:5
[INFO] [stdout]       |
[INFO] [stdout] 28354 |     PlayerActionMessageSectionAccept = 3952,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMessageSectionFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28355:5
[INFO] [stdout]       |
[INFO] [stdout] 28355 |     PlayerActionMessageSectionFinish = 3953,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMessageItemFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28356:5
[INFO] [stdout]       |
[INFO] [stdout] 28356 |     PlayerActionMessageItemFinish = 3954,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFinishMessageGroupReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28357:5
[INFO] [stdout]       |
[INFO] [stdout] 28357 |     PlayerActionFinishMessageGroupReward = 3955,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSubstituteMessageGroupReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28358:5
[INFO] [stdout]       |
[INFO] [stdout] 28358 |     PlayerActionSubstituteMessageGroupReward = 3956,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeleteMessageGroup`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28359:5
[INFO] [stdout]       |
[INFO] [stdout] 28359 |     PlayerActionDeleteMessageGroup = 3957,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeleteMessageSection`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28360:5
[INFO] [stdout]       |
[INFO] [stdout] 28360 |     PlayerActionDeleteMessageSection = 3958,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeleteMessageGroupByConfig`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28361:5
[INFO] [stdout]       |
[INFO] [stdout] 28361 |     PlayerActionDeleteMessageGroupByConfig = 3959,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeleteMessageGroupByActivity`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28362:5
[INFO] [stdout]       |
[INFO] [stdout] 28362 |     PlayerActionDeleteMessageGroupByActivity = 3960,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDeleteMessageGroupByMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28363:5
[INFO] [stdout]       |
[INFO] [stdout] 28363 |     PlayerActionDeleteMessageGroupByMission = 3961,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTextJoinSave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28364:5
[INFO] [stdout]       |
[INFO] [stdout] 28364 |     PlayerActionTextJoinSave = 4001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBoxingClubStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28365:5
[INFO] [stdout]       |
[INFO] [stdout] 28365 |     PlayerActionBoxingClubStart = 4051,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBoxingClubFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28366:5
[INFO] [stdout]       |
[INFO] [stdout] 28366 |     PlayerActionBoxingClubFinish = 4052,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBoxingClubPause`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28367:5
[INFO] [stdout]       |
[INFO] [stdout] 28367 |     PlayerActionBoxingClubPause = 4053,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBoxingClubStageStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28368:5
[INFO] [stdout]       |
[INFO] [stdout] 28368 |     PlayerActionBoxingClubStageStart = 4054,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTalkSend`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28369:5
[INFO] [stdout]       |
[INFO] [stdout] 28369 |     PlayerActionTalkSend = 4101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSelectInclinationText`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28370:5
[INFO] [stdout]       |
[INFO] [stdout] 28370 |     PlayerActionSelectInclinationText = 4102,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumSettleTurnOpen`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28371:5
[INFO] [stdout]       |
[INFO] [stdout] 28371 |     PlayerActionMuseumSettleTurnOpen = 4201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumUpgradeArea`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28372:5
[INFO] [stdout]       |
[INFO] [stdout] 28372 |     PlayerActionMuseumUpgradeArea = 4202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumUpgradeAreaStat`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28373:5
[INFO] [stdout]       |
[INFO] [stdout] 28373 |     PlayerActionMuseumUpgradeAreaStat = 4203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumDispatchRewardRegular`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28374:5
[INFO] [stdout]       |
[INFO] [stdout] 28374 |     PlayerActionMuseumDispatchRewardRegular = 4204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumDispatchRewardDirectional`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28375:5
[INFO] [stdout]       |
[INFO] [stdout] 28375 |     PlayerActionMuseumDispatchRewardDirectional = 4205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumPhaseTargetFinished`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28376:5
[INFO] [stdout]       |
[INFO] [stdout] 28376 |     PlayerActionMuseumPhaseTargetFinished = 4206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumGetStuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28377:5
[INFO] [stdout]       |
[INFO] [stdout] 28377 |     PlayerActionMuseumGetStuff = 4207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumGetExhibit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28378:5
[INFO] [stdout]       |
[INFO] [stdout] 28378 |     PlayerActionMuseumGetExhibit = 4208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumTakeCollectMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28379:5
[INFO] [stdout]       |
[INFO] [stdout] 28379 |     PlayerActionMuseumTakeCollectMission = 4209,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumAreaUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28380:5
[INFO] [stdout]       |
[INFO] [stdout] 28380 |     PlayerActionMuseumAreaUnlock = 4210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumAreaUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28381:5
[INFO] [stdout]       |
[INFO] [stdout] 28381 |     PlayerActionMuseumAreaUpgrade = 4211,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumAreaStatUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28382:5
[INFO] [stdout]       |
[INFO] [stdout] 28382 |     PlayerActionMuseumAreaStatUpgrade = 4212,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumEnterNextRound`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28383:5
[INFO] [stdout]       |
[INFO] [stdout] 28383 |     PlayerActionMuseumEnterNextRound = 4213,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumStartDispatch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28384:5
[INFO] [stdout]       |
[INFO] [stdout] 28384 |     PlayerActionMuseumStartDispatch = 4214,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumSettleDispatch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28385:5
[INFO] [stdout]       |
[INFO] [stdout] 28385 |     PlayerActionMuseumSettleDispatch = 4215,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumRenewPointChanged`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28386:5
[INFO] [stdout]       |
[INFO] [stdout] 28386 |     PlayerActionMuseumRenewPointChanged = 4216,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumTargetReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28387:5
[INFO] [stdout]       |
[INFO] [stdout] 28387 |     PlayerActionMuseumTargetReward = 4217,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumPhaseUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28388:5
[INFO] [stdout]       |
[INFO] [stdout] 28388 |     PlayerActionMuseumPhaseUpgrade = 4218,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumCollectReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28389:5
[INFO] [stdout]       |
[INFO] [stdout] 28389 |     PlayerActionMuseumCollectReward = 4219,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumTargetStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28390:5
[INFO] [stdout]       |
[INFO] [stdout] 28390 |     PlayerActionMuseumTargetStart = 4220,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMuseumTargetFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28391:5
[INFO] [stdout]       |
[INFO] [stdout] 28391 |     PlayerActionMuseumTargetFinish = 4221,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityMonsterResearchConsumeMaterial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28392:5
[INFO] [stdout]       |
[INFO] [stdout] 28392 |     PlayerActionActivityMonsterResearchConsumeMaterial = 4301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityMonsterResearchTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28393:5
[INFO] [stdout]       |
[INFO] [stdout] 28393 |     PlayerActionActivityMonsterResearchTakeReward = 4302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28394:5
[INFO] [stdout]       |
[INFO] [stdout] 28394 |     PlayerActionPlayerReturnStart = 4401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnSign`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28395:5
[INFO] [stdout]       |
[INFO] [stdout] 28395 |     PlayerActionPlayerReturnSign = 4402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28396:5
[INFO] [stdout]       |
[INFO] [stdout] 28396 |     PlayerActionPlayerReturnPoint = 4403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnCountdown`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28397:5
[INFO] [stdout]       |
[INFO] [stdout] 28397 |     PlayerActionPlayerReturnCountdown = 4404,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28398:5
[INFO] [stdout]       |
[INFO] [stdout] 28398 |     PlayerActionPlayerReturnFinish = 4405,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnCompensate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28399:5
[INFO] [stdout]       |
[INFO] [stdout] 28399 |     PlayerActionPlayerReturnCompensate = 4406,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlayerReturnGetRelic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28400:5
[INFO] [stdout]       |
[INFO] [stdout] 28400 |     PlayerActionPlayerReturnGetRelic = 4407,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueChallengeActivityStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28401:5
[INFO] [stdout]       |
[INFO] [stdout] 28401 |     PlayerActionRogueChallengeActivityStart = 4411,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueChallengeActivityFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28402:5
[INFO] [stdout]       |
[INFO] [stdout] 28402 |     PlayerActionRogueChallengeActivityFinish = 4412,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueChallengeActivitySave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28403:5
[INFO] [stdout]       |
[INFO] [stdout] 28403 |     PlayerActionRogueChallengeActivitySave = 4413,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideUsePassiveSkillItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28404:5
[INFO] [stdout]       |
[INFO] [stdout] 28404 |     PlayerActionAetherDivideUsePassiveSkillItem = 4450,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideClearPassiveSkill`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28405:5
[INFO] [stdout]       |
[INFO] [stdout] 28405 |     PlayerActionAetherDivideClearPassiveSkill = 4451,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideFinishChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28406:5
[INFO] [stdout]       |
[INFO] [stdout] 28406 |     PlayerActionAetherDivideFinishChallenge = 4452,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideOverflowChunkReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28407:5
[INFO] [stdout]       |
[INFO] [stdout] 28407 |     PlayerActionAetherDivideOverflowChunkReward = 4453,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28408:5
[INFO] [stdout]       |
[INFO] [stdout] 28408 |     PlayerActionAetherDivideLevelUp = 4454,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideNewReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28409:5
[INFO] [stdout]       |
[INFO] [stdout] 28409 |     PlayerActionAetherDivideNewReward = 4455,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideMonsterAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28410:5
[INFO] [stdout]       |
[INFO] [stdout] 28410 |     PlayerActionAetherDivideMonsterAdd = 4456,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideMonsterLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28411:5
[INFO] [stdout]       |
[INFO] [stdout] 28411 |     PlayerActionAetherDivideMonsterLevel = 4457,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideMonsterSkillWear`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28412:5
[INFO] [stdout]       |
[INFO] [stdout] 28412 |     PlayerActionAetherDivideMonsterSkillWear = 4458,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideTeamChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28413:5
[INFO] [stdout]       |
[INFO] [stdout] 28413 |     PlayerActionAetherDivideTeamChange = 4459,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28414:5
[INFO] [stdout]       |
[INFO] [stdout] 28414 |     PlayerActionAetherDivideStageBegin = 4460,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28415:5
[INFO] [stdout]       |
[INFO] [stdout] 28415 |     PlayerActionAetherDivideStageEnd = 4461,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAetherDivideStageRoll`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28416:5
[INFO] [stdout]       |
[INFO] [stdout] 28416 |     PlayerActionAetherDivideStageRoll = 4462,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyEventFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28417:5
[INFO] [stdout]       |
[INFO] [stdout] 28417 |     PlayerActionAlleyEventFinish = 4501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28418:5
[INFO] [stdout]       |
[INFO] [stdout] 28418 |     PlayerActionAlleyTakeReward = 4502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyPrestigeLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28419:5
[INFO] [stdout]       |
[INFO] [stdout] 28419 |     PlayerActionAlleyPrestigeLevelUp = 4503,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyLogisticsFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28420:5
[INFO] [stdout]       |
[INFO] [stdout] 28420 |     PlayerActionAlleyLogisticsFinish = 4504,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyPlacingGameFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28421:5
[INFO] [stdout]       |
[INFO] [stdout] 28421 |     PlayerActionAlleyPlacingGameFinish = 4505,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyGuaranteedFunds`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28422:5
[INFO] [stdout]       |
[INFO] [stdout] 28422 |     PlayerActionAlleyGuaranteedFunds = 4506,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleyTakeEventReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28423:5
[INFO] [stdout]       |
[INFO] [stdout] 28423 |     PlayerActionAlleyTakeEventReward = 4507,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAlleySpecialOrderFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28424:5
[INFO] [stdout]       |
[INFO] [stdout] 28424 |     PlayerActionAlleySpecialOrderFinish = 4508,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSensitiveWordShield`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28425:5
[INFO] [stdout]       |
[INFO] [stdout] 28425 |     PlayerActionSensitiveWordShield = 4601,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSensitiveWordServerInternalError`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28426:5
[INFO] [stdout]       |
[INFO] [stdout] 28426 |     PlayerActionSensitiveWordServerInternalError = 4602,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSensitiveWordPlatformError`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28427:5
[INFO] [stdout]       |
[INFO] [stdout] 28427 |     PlayerActionSensitiveWordPlatformError = 4603,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28428:5
[INFO] [stdout]       |
[INFO] [stdout] 28428 |     PlayerActionTreasureDungeonStart = 4701,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28429:5
[INFO] [stdout]       |
[INFO] [stdout] 28429 |     PlayerActionTreasureDungeonFinish = 4702,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonEnterFloor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28430:5
[INFO] [stdout]       |
[INFO] [stdout] 28430 |     PlayerActionTreasureDungeonEnterFloor = 4703,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonLeaveFloor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28431:5
[INFO] [stdout]       |
[INFO] [stdout] 28431 |     PlayerActionTreasureDungeonLeaveFloor = 4704,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonUseItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28432:5
[INFO] [stdout]       |
[INFO] [stdout] 28432 |     PlayerActionTreasureDungeonUseItem = 4705,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonAvatarChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28433:5
[INFO] [stdout]       |
[INFO] [stdout] 28433 |     PlayerActionTreasureDungeonAvatarChange = 4706,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonBattleStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28434:5
[INFO] [stdout]       |
[INFO] [stdout] 28434 |     PlayerActionTreasureDungeonBattleStart = 4707,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28435:5
[INFO] [stdout]       |
[INFO] [stdout] 28435 |     PlayerActionTreasureDungeonBattleEnd = 4708,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTreasureDungeonPickupBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28436:5
[INFO] [stdout]       |
[INFO] [stdout] 28436 |     PlayerActionTreasureDungeonPickupBuff = 4709,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueFirstFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28437:5
[INFO] [stdout]       |
[INFO] [stdout] 28437 |     PlayerActionChessRogueFirstFinish = 4801,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueGiveupDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28438:5
[INFO] [stdout]       |
[INFO] [stdout] 28438 |     PlayerActionChessRogueGiveupDice = 4802,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSubStorySelect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28439:5
[INFO] [stdout]       |
[INFO] [stdout] 28439 |     PlayerActionChessRogueSubStorySelect = 4803,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueActionPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28440:5
[INFO] [stdout]       |
[INFO] [stdout] 28440 |     PlayerActionChessRogueActionPoint = 4804,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueReviveByProp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28441:5
[INFO] [stdout]       |
[INFO] [stdout] 28441 |     PlayerActionChessRogueReviveByProp = 4805,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28442:5
[INFO] [stdout]       |
[INFO] [stdout] 28442 |     PlayerActionChessRogueStartLevel = 4806,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueDiceEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28443:5
[INFO] [stdout]       |
[INFO] [stdout] 28443 |     PlayerActionChessRogueDiceEffect = 4807,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueMainStoryFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28444:5
[INFO] [stdout]       |
[INFO] [stdout] 28444 |     PlayerActionChessRogueMainStoryFinish = 4808,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueAeonTalentEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28445:5
[INFO] [stdout]       |
[INFO] [stdout] 28445 |     PlayerActionChessRogueAeonTalentEffect = 4809,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueModifierOthersEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28446:5
[INFO] [stdout]       |
[INFO] [stdout] 28446 |     PlayerActionChessRogueModifierOthersEffect = 4810,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueAddBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28447:5
[INFO] [stdout]       |
[INFO] [stdout] 28447 |     PlayerActionChessRogueAddBuff = 4811,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueReforgeBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28448:5
[INFO] [stdout]       |
[INFO] [stdout] 28448 |     PlayerActionChessRogueReforgeBuff = 4812,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueBuffLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28449:5
[INFO] [stdout]       |
[INFO] [stdout] 28449 |     PlayerActionChessRogueBuffLevelUp = 4813,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueEnhanceBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28450:5
[INFO] [stdout]       |
[INFO] [stdout] 28450 |     PlayerActionChessRogueEnhanceBuff = 4814,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueAddMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28451:5
[INFO] [stdout]       |
[INFO] [stdout] 28451 |     PlayerActionChessRogueAddMiracle = 4815,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSwapMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28452:5
[INFO] [stdout]       |
[INFO] [stdout] 28452 |     PlayerActionChessRogueSwapMiracle = 4816,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSelectBonus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28453:5
[INFO] [stdout]       |
[INFO] [stdout] 28453 |     PlayerActionChessRogueSelectBonus = 4817,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueDialogueFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28454:5
[INFO] [stdout]       |
[INFO] [stdout] 28454 |     PlayerActionChessRogueDialogueFinish = 4818,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSubStoryFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28455:5
[INFO] [stdout]       |
[INFO] [stdout] 28455 |     PlayerActionChessRogueSubStoryFinish = 4819,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueAdventureRoomFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28456:5
[INFO] [stdout]       |
[INFO] [stdout] 28456 |     PlayerActionChessRogueAdventureRoomFinish = 4820,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueFinishLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28457:5
[INFO] [stdout]       |
[INFO] [stdout] 28457 |     PlayerActionChessRogueFinishLevel = 4821,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueStartLayer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28458:5
[INFO] [stdout]       |
[INFO] [stdout] 28458 |     PlayerActionChessRogueStartLayer = 4822,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueFinishLayer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28459:5
[INFO] [stdout]       |
[INFO] [stdout] 28459 |     PlayerActionChessRogueFinishLayer = 4823,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28460:5
[INFO] [stdout]       |
[INFO] [stdout] 28460 |     PlayerActionChessRogueEnterRoom = 4824,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28461:5
[INFO] [stdout]       |
[INFO] [stdout] 28461 |     PlayerActionChessRogueLeaveRoom = 4825,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueRollDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28462:5
[INFO] [stdout]       |
[INFO] [stdout] 28462 |     PlayerActionChessRogueRollDice = 4826,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSelectDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28463:5
[INFO] [stdout]       |
[INFO] [stdout] 28463 |     PlayerActionChessRogueSelectDice = 4827,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueUnlockDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28464:5
[INFO] [stdout]       |
[INFO] [stdout] 28464 |     PlayerActionChessRogueUnlockDice = 4828,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueBoardEvent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28465:5
[INFO] [stdout]       |
[INFO] [stdout] 28465 |     PlayerActionChessRogueBoardEvent = 4829,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueDimensionPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28466:5
[INFO] [stdout]       |
[INFO] [stdout] 28466 |     PlayerActionChessRogueDimensionPoint = 4830,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRoguePickAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28467:5
[INFO] [stdout]       |
[INFO] [stdout] 28467 |     PlayerActionChessRoguePickAvatar = 4831,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueReviveAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28468:5
[INFO] [stdout]       |
[INFO] [stdout] 28468 |     PlayerActionChessRogueReviveAvatar = 4832,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousSubStorySelect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28469:5
[INFO] [stdout]       |
[INFO] [stdout] 28469 |     PlayerActionChessRogueNousSubStorySelect = 4833,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueLevelMechanism`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28470:5
[INFO] [stdout]       |
[INFO] [stdout] 28470 |     PlayerActionChessRogueLevelMechanism = 4844,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28471:5
[INFO] [stdout]       |
[INFO] [stdout] 28471 |     PlayerActionChessRogueNousStartLevel = 4845,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousFinishLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28472:5
[INFO] [stdout]       |
[INFO] [stdout] 28472 |     PlayerActionChessRogueNousFinishLevel = 4846,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousStartLayer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28473:5
[INFO] [stdout]       |
[INFO] [stdout] 28473 |     PlayerActionChessRogueNousStartLayer = 4847,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousFinishLayer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28474:5
[INFO] [stdout]       |
[INFO] [stdout] 28474 |     PlayerActionChessRogueNousFinishLayer = 4848,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28475:5
[INFO] [stdout]       |
[INFO] [stdout] 28475 |     PlayerActionChessRogueNousEnterRoom = 4849,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28476:5
[INFO] [stdout]       |
[INFO] [stdout] 28476 |     PlayerActionChessRogueNousLeaveRoom = 4850,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousSelectDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28477:5
[INFO] [stdout]       |
[INFO] [stdout] 28477 |     PlayerActionChessRogueNousSelectDice = 4851,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousUnlockDiceBranch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28478:5
[INFO] [stdout]       |
[INFO] [stdout] 28478 |     PlayerActionChessRogueNousUnlockDiceBranch = 4852,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousUnlockDiceSurface`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28479:5
[INFO] [stdout]       |
[INFO] [stdout] 28479 |     PlayerActionChessRogueNousUnlockDiceSurface = 4853,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousEditDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28480:5
[INFO] [stdout]       |
[INFO] [stdout] 28480 |     PlayerActionChessRogueNousEditDice = 4854,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousValueChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28481:5
[INFO] [stdout]       |
[INFO] [stdout] 28481 |     PlayerActionChessRogueNousValueChange = 4855,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousMainStoryTrigger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28482:5
[INFO] [stdout]       |
[INFO] [stdout] 28482 |     PlayerActionChessRogueNousMainStoryTrigger = 4856,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousMainStoryFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28483:5
[INFO] [stdout]       |
[INFO] [stdout] 28483 |     PlayerActionChessRogueNousMainStoryFinish = 4857,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousSubStoryTrigger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28484:5
[INFO] [stdout]       |
[INFO] [stdout] 28484 |     PlayerActionChessRogueNousSubStoryTrigger = 4858,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousSubStoryFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28485:5
[INFO] [stdout]       |
[INFO] [stdout] 28485 |     PlayerActionChessRogueNousSubStoryFinish = 4859,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueNousEnableTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28486:5
[INFO] [stdout]       |
[INFO] [stdout] 28486 |     PlayerActionChessRogueNousEnableTalent = 4860,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSelectBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28487:5
[INFO] [stdout]       |
[INFO] [stdout] 28487 |     PlayerActionChessRogueSelectBuff = 4861,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueSelectMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28488:5
[INFO] [stdout]       |
[INFO] [stdout] 28488 |     PlayerActionChessRogueSelectMiracle = 4862,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueRemoveMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28489:5
[INFO] [stdout]       |
[INFO] [stdout] 28489 |     PlayerActionChessRogueRemoveMiracle = 4863,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChessRogueBoardCell`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28490:5
[INFO] [stdout]       |
[INFO] [stdout] 28490 |     PlayerActionChessRogueBoardCell = 4864,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFantasticStoryBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28491:5
[INFO] [stdout]       |
[INFO] [stdout] 28491 |     PlayerActionFantasticStoryBattleBegin = 4901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFantasticStoryBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28492:5
[INFO] [stdout]       |
[INFO] [stdout] 28492 |     PlayerActionFantasticStoryBattleEnd = 4902,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEndlessReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28493:5
[INFO] [stdout]       |
[INFO] [stdout] 28493 |     PlayerActionRogueEndlessReward = 4950,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEndlessLevelStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28494:5
[INFO] [stdout]       |
[INFO] [stdout] 28494 |     PlayerActionRogueEndlessLevelStart = 4951,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEndlessStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28495:5
[INFO] [stdout]       |
[INFO] [stdout] 28495 |     PlayerActionRogueEndlessStageBegin = 4952,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueEndlessStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28496:5
[INFO] [stdout]       |
[INFO] [stdout] 28496 |     PlayerActionRogueEndlessStageEnd = 4953,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBattleCollegeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28497:5
[INFO] [stdout]       |
[INFO] [stdout] 28497 |     PlayerActionBattleCollegeReward = 5001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueMiracleForBuffShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28498:5
[INFO] [stdout]       |
[INFO] [stdout] 28498 |     PlayerActionCommonRogueMiracleForBuffShop = 5051,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueAdventureRoomFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28499:5
[INFO] [stdout]       |
[INFO] [stdout] 28499 |     PlayerActionCommonRogueAdventureRoomFinish = 5052,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueBuyBuffShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28500:5
[INFO] [stdout]       |
[INFO] [stdout] 28500 |     PlayerActionCommonRogueBuyBuffShop = 5053,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueBuyBuffShopRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28501:5
[INFO] [stdout]       |
[INFO] [stdout] 28501 |     PlayerActionCommonRogueBuyBuffShopRefresh = 5054,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueCollectionUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28502:5
[INFO] [stdout]       |
[INFO] [stdout] 28502 |     PlayerActionCommonRogueCollectionUnlock = 5055,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueCollectionSet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28503:5
[INFO] [stdout]       |
[INFO] [stdout] 28503 |     PlayerActionCommonRogueCollectionSet = 5056,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueExhibitionUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28504:5
[INFO] [stdout]       |
[INFO] [stdout] 28504 |     PlayerActionCommonRogueExhibitionUnlock = 5057,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueExhibitionSet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28505:5
[INFO] [stdout]       |
[INFO] [stdout] 28505 |     PlayerActionCommonRogueExhibitionSet = 5058,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueChestInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28506:5
[INFO] [stdout]       |
[INFO] [stdout] 28506 |     PlayerActionCommonRogueChestInteract = 5059,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionCommonRogueAdventureRoomWolfgunFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28507:5
[INFO] [stdout]       |
[INFO] [stdout] 28507 |     PlayerActionCommonRogueAdventureRoomWolfgunFinish = 5060,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusPostIncomeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28508:5
[INFO] [stdout]       |
[INFO] [stdout] 28508 |     PlayerActionHeliobusPostIncomeReward = 5101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusPostFansReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28509:5
[INFO] [stdout]       |
[INFO] [stdout] 28509 |     PlayerActionHeliobusPostFansReward = 5102,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusLevelUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28510:5
[INFO] [stdout]       |
[INFO] [stdout] 28510 |     PlayerActionHeliobusLevelUpgrade = 5103,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusPostReplyReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28511:5
[INFO] [stdout]       |
[INFO] [stdout] 28511 |     PlayerActionHeliobusPostReplyReward = 5104,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusCommentReplyReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28512:5
[INFO] [stdout]       |
[INFO] [stdout] 28512 |     PlayerActionHeliobusCommentReplyReward = 5105,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusChallengeFirstReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28513:5
[INFO] [stdout]       |
[INFO] [stdout] 28513 |     PlayerActionHeliobusChallengeFirstReward = 5106,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusFansAdd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28514:5
[INFO] [stdout]       |
[INFO] [stdout] 28514 |     PlayerActionHeliobusFansAdd = 5107,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusActionDaySettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28515:5
[INFO] [stdout]       |
[INFO] [stdout] 28515 |     PlayerActionHeliobusActionDaySettle = 5108,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSkillUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28516:5
[INFO] [stdout]       |
[INFO] [stdout] 28516 |     PlayerActionHeliobusSkillUnlock = 5109,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28517:5
[INFO] [stdout]       |
[INFO] [stdout] 28517 |     PlayerActionHeliobusStageBegin = 5110,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28518:5
[INFO] [stdout]       |
[INFO] [stdout] 28518 |     PlayerActionHeliobusStageEnd = 5111,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsRead`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28519:5
[INFO] [stdout]       |
[INFO] [stdout] 28519 |     PlayerActionHeliobusSnsRead = 5112,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsPostUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28520:5
[INFO] [stdout]       |
[INFO] [stdout] 28520 |     PlayerActionHeliobusSnsPostUnlock = 5113,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsCommentUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28521:5
[INFO] [stdout]       |
[INFO] [stdout] 28521 |     PlayerActionHeliobusSnsCommentUnlock = 5114,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsComment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28522:5
[INFO] [stdout]       |
[INFO] [stdout] 28522 |     PlayerActionHeliobusSnsComment = 5115,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsPost`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28523:5
[INFO] [stdout]       |
[INFO] [stdout] 28523 |     PlayerActionHeliobusSnsPost = 5116,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusSnsLike`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28524:5
[INFO] [stdout]       |
[INFO] [stdout] 28524 |     PlayerActionHeliobusSnsLike = 5117,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeliobusPhaseUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28525:5
[INFO] [stdout]       |
[INFO] [stdout] 28525 |     PlayerActionHeliobusPhaseUpgrade = 5118,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsPointCard30Reward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28526:5
[INFO] [stdout]       |
[INFO] [stdout] 28526 |     PlayerActionPsPointCard30Reward = 5201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsPointCard50Reward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28527:5
[INFO] [stdout]       |
[INFO] [stdout] 28527 |     PlayerActionPsPointCard50Reward = 5202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsPointCard100Reward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28528:5
[INFO] [stdout]       |
[INFO] [stdout] 28528 |     PlayerActionPsPointCard100Reward = 5203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPsnPlusGiftReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28529:5
[INFO] [stdout]       |
[INFO] [stdout] 28529 |     PlayerActionPsnPlusGiftReward = 5204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAppleGiftCardReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28530:5
[INFO] [stdout]       |
[INFO] [stdout] 28530 |     PlayerActionAppleGiftCardReward = 5205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeartDialSubmitItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28531:5
[INFO] [stdout]       |
[INFO] [stdout] 28531 |     PlayerActionHeartDialSubmitItem = 5301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeartDialDialoguePerform`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28532:5
[INFO] [stdout]       |
[INFO] [stdout] 28532 |     PlayerActionHeartDialDialoguePerform = 5302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeartDialTraceConsume`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28533:5
[INFO] [stdout]       |
[INFO] [stdout] 28533 |     PlayerActionHeartDialTraceConsume = 5303,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionHeartDialChangeEmotion`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28534:5
[INFO] [stdout]       |
[INFO] [stdout] 28534 |     PlayerActionHeartDialChangeEmotion = 5304,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochureAddDefaultPaster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28535:5
[INFO] [stdout]       |
[INFO] [stdout] 28535 |     PlayerActionTravelBrochureAddDefaultPaster = 5401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooBorn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28536:5
[INFO] [stdout]       |
[INFO] [stdout] 28536 |     PlayerActionSpaceZooBorn = 5501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooMutate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28537:5
[INFO] [stdout]       |
[INFO] [stdout] 28537 |     PlayerActionSpaceZooMutate = 5502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooDelete`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28538:5
[INFO] [stdout]       |
[INFO] [stdout] 28538 |     PlayerActionSpaceZooDelete = 5503,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooExchangeItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28539:5
[INFO] [stdout]       |
[INFO] [stdout] 28539 |     PlayerActionSpaceZooExchangeItem = 5504,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooExpPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28540:5
[INFO] [stdout]       |
[INFO] [stdout] 28540 |     PlayerActionSpaceZooExpPoint = 5505,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28541:5
[INFO] [stdout]       |
[INFO] [stdout] 28541 |     PlayerActionSpaceZooTakeReward = 5506,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooCollection`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28542:5
[INFO] [stdout]       |
[INFO] [stdout] 28542 |     PlayerActionSpaceZooCollection = 5507,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooShow`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28543:5
[INFO] [stdout]       |
[INFO] [stdout] 28543 |     PlayerActionSpaceZooShow = 5508,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSpaceZooSpecialData`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28544:5
[INFO] [stdout]       |
[INFO] [stdout] 28544 |     PlayerActionSpaceZooSpecialData = 5509,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStrongChallengeBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28545:5
[INFO] [stdout]       |
[INFO] [stdout] 28545 |     PlayerActionStrongChallengeBattleBegin = 5701,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStrongChallengeBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28546:5
[INFO] [stdout]       |
[INFO] [stdout] 28546 |     PlayerActionStrongChallengeBattleEnd = 5702,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRollShopDoGacha`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28547:5
[INFO] [stdout]       |
[INFO] [stdout] 28547 |     PlayerActionRollShopDoGacha = 5751,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRollShopTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28548:5
[INFO] [stdout]       |
[INFO] [stdout] 28548 |     PlayerActionRollShopTakeReward = 5752,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionOfferingSubmitItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28549:5
[INFO] [stdout]       |
[INFO] [stdout] 28549 |     PlayerActionOfferingSubmitItem = 5801,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionOfferingTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28550:5
[INFO] [stdout]       |
[INFO] [stdout] 28550 |     PlayerActionOfferingTakeReward = 5802,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochurePageUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28551:5
[INFO] [stdout]       |
[INFO] [stdout] 28551 |     PlayerActionTravelBrochurePageUnlock = 5851,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochurePageInteractAward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28552:5
[INFO] [stdout]       |
[INFO] [stdout] 28552 |     PlayerActionTravelBrochurePageInteractAward = 5852,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochureStickerUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28553:5
[INFO] [stdout]       |
[INFO] [stdout] 28553 |     PlayerActionTravelBrochureStickerUnlock = 5853,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochureStickerApply`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28554:5
[INFO] [stdout]       |
[INFO] [stdout] 28554 |     PlayerActionTravelBrochureStickerApply = 5854,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochureStickerRemove`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28555:5
[INFO] [stdout]       |
[INFO] [stdout] 28555 |     PlayerActionTravelBrochureStickerRemove = 5855,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTravelBrochurePageReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28556:5
[INFO] [stdout]       |
[INFO] [stdout] 28556 |     PlayerActionTravelBrochurePageReset = 5856,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrackMainMissionId`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28557:5
[INFO] [stdout]       |
[INFO] [stdout] 28557 |     PlayerActionTrackMainMissionId = 5901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28558:5
[INFO] [stdout]       |
[INFO] [stdout] 28558 |     PlayerActionWolfBroBegin = 5911,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroGroupStateChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28559:5
[INFO] [stdout]       |
[INFO] [stdout] 28559 |     PlayerActionWolfBroGroupStateChange = 5912,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28560:5
[INFO] [stdout]       |
[INFO] [stdout] 28560 |     PlayerActionWolfBroEnd = 5913,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroBulletZero`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28561:5
[INFO] [stdout]       |
[INFO] [stdout] 28561 |     PlayerActionWolfBroBulletZero = 5914,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroActivateBullet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28562:5
[INFO] [stdout]       |
[INFO] [stdout] 28562 |     PlayerActionWolfBroActivateBullet = 5915,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroBulletNumChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28563:5
[INFO] [stdout]       |
[INFO] [stdout] 28563 |     PlayerActionWolfBroBulletNumChange = 5916,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroUseBulletNull`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28564:5
[INFO] [stdout]       |
[INFO] [stdout] 28564 |     PlayerActionWolfBroUseBulletNull = 5917,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroUseBulletHitMonster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28565:5
[INFO] [stdout]       |
[INFO] [stdout] 28565 |     PlayerActionWolfBroUseBulletHitMonster = 5918,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroPickUpBullet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28566:5
[INFO] [stdout]       |
[INFO] [stdout] 28566 |     PlayerActionWolfBroPickUpBullet = 5919,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWolfBroRestoreArchive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28567:5
[INFO] [stdout]       |
[INFO] [stdout] 28567 |     PlayerActionWolfBroRestoreArchive = 5920,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTelevisionActivityBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28568:5
[INFO] [stdout]       |
[INFO] [stdout] 28568 |     PlayerActionTelevisionActivityBattleBegin = 5921,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTelevisionActivityBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28569:5
[INFO] [stdout]       |
[INFO] [stdout] 28569 |     PlayerActionTelevisionActivityBattleEnd = 5922,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFeverTimeActivityBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28570:5
[INFO] [stdout]       |
[INFO] [stdout] 28570 |     PlayerActionFeverTimeActivityBattleBegin = 5923,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFeverTimeActivityBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28571:5
[INFO] [stdout]       |
[INFO] [stdout] 28571 |     PlayerActionFeverTimeActivityBattleEnd = 5924,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionGunPlayEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28572:5
[INFO] [stdout]       |
[INFO] [stdout] 28572 |     PlayerActionGunPlayEnd = 5925,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityStarFightBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28573:5
[INFO] [stdout]       |
[INFO] [stdout] 28573 |     PlayerActionActivityStarFightBegin = 5926,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityStarFightEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28574:5
[INFO] [stdout]       |
[INFO] [stdout] 28574 |     PlayerActionActivityStarFightEnd = 5927,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationEnterRegion`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28575:5
[INFO] [stdout]       |
[INFO] [stdout] 28575 |     PlayerActionMapRotationEnterRegion = 5931,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationLeaveRegion`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28576:5
[INFO] [stdout]       |
[INFO] [stdout] 28576 |     PlayerActionMapRotationLeaveRegion = 5932,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationInteractCharger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28577:5
[INFO] [stdout]       |
[INFO] [stdout] 28577 |     PlayerActionMapRotationInteractCharger = 5933,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationDeployRotater`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28578:5
[INFO] [stdout]       |
[INFO] [stdout] 28578 |     PlayerActionMapRotationDeployRotater = 5934,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationRotateMap`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28579:5
[INFO] [stdout]       |
[INFO] [stdout] 28579 |     PlayerActionMapRotationRotateMap = 5935,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationAddEnergy`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28580:5
[INFO] [stdout]       |
[INFO] [stdout] 28580 |     PlayerActionMapRotationAddEnergy = 5936,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationSetMaxEnergy`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28581:5
[INFO] [stdout]       |
[INFO] [stdout] 28581 |     PlayerActionMapRotationSetMaxEnergy = 5937,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationRemoveRotater`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28582:5
[INFO] [stdout]       |
[INFO] [stdout] 28582 |     PlayerActionMapRotationRemoveRotater = 5938,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationAutoDeployRotater`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28583:5
[INFO] [stdout]       |
[INFO] [stdout] 28583 |     PlayerActionMapRotationAutoDeployRotater = 5939,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMapRotationAutoRemoveRotater`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28584:5
[INFO] [stdout]       |
[INFO] [stdout] 28584 |     PlayerActionMapRotationAutoRemoveRotater = 5940,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerAddTips`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28585:5
[INFO] [stdout]       |
[INFO] [stdout] 28585 |     PlayerActionDrinkMakerAddTips = 5951,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerFinishChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28586:5
[INFO] [stdout]       |
[INFO] [stdout] 28586 |     PlayerActionDrinkMakerFinishChallenge = 5952,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerGuestMaxFaithReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28587:5
[INFO] [stdout]       |
[INFO] [stdout] 28587 |     PlayerActionDrinkMakerGuestMaxFaithReward = 5953,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerMakeDrink`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28588:5
[INFO] [stdout]       |
[INFO] [stdout] 28588 |     PlayerActionDrinkMakerMakeDrink = 5954,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerSaveCustomDrink`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28589:5
[INFO] [stdout]       |
[INFO] [stdout] 28589 |     PlayerActionDrinkMakerSaveCustomDrink = 5955,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDrinkMakerEndSequence`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28590:5
[INFO] [stdout]       |
[INFO] [stdout] 28590 |     PlayerActionDrinkMakerEndSequence = 5956,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChangeStoryLine`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28591:5
[INFO] [stdout]       |
[INFO] [stdout] 28591 |     PlayerActionChangeStoryLine = 6001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionContentPackageStatusChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28592:5
[INFO] [stdout]       |
[INFO] [stdout] 28592 |     PlayerActionContentPackageStatusChange = 6011,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionContentPackageTrackChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28593:5
[INFO] [stdout]       |
[INFO] [stdout] 28593 |     PlayerActionContentPackageTrackChange = 6012,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionContentPackageAcceptMainMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28594:5
[INFO] [stdout]       |
[INFO] [stdout] 28594 |     PlayerActionContentPackageAcceptMainMission = 6013,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionWorldDirectUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28595:5
[INFO] [stdout]       |
[INFO] [stdout] 28595 |     PlayerActionWorldDirectUnlock = 6041,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyTurnFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28596:5
[INFO] [stdout]       |
[INFO] [stdout] 28596 |     PlayerActionMonopolyTurnFinish = 6051,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyAssetTurntax`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28597:5
[INFO] [stdout]       |
[INFO] [stdout] 28597 |     PlayerActionMonopolyAssetTurntax = 6052,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyAssetBonus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28598:5
[INFO] [stdout]       |
[INFO] [stdout] 28598 |     PlayerActionMonopolyAssetBonus = 6053,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyEventEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28599:5
[INFO] [stdout]       |
[INFO] [stdout] 28599 |     PlayerActionMonopolyEventEffect = 6054,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyMiniGameSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28600:5
[INFO] [stdout]       |
[INFO] [stdout] 28600 |     PlayerActionMonopolyMiniGameSettle = 6055,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyGameRaiseRatio`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28601:5
[INFO] [stdout]       |
[INFO] [stdout] 28601 |     PlayerActionMonopolyGameRaiseRatio = 6056,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyMoveRollDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28602:5
[INFO] [stdout]       |
[INFO] [stdout] 28602 |     PlayerActionMonopolyMoveRollDice = 6057,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyMove`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28603:5
[INFO] [stdout]       |
[INFO] [stdout] 28603 |     PlayerActionMonopolyMove = 6059,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyBuyGoods`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28604:5
[INFO] [stdout]       |
[INFO] [stdout] 28604 |     PlayerActionMonopolyBuyGoods = 6060,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyUpgradeAsset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28605:5
[INFO] [stdout]       |
[INFO] [stdout] 28605 |     PlayerActionMonopolyUpgradeAsset = 6061,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyEventRerollRandom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28606:5
[INFO] [stdout]       |
[INFO] [stdout] 28606 |     PlayerActionMonopolyEventRerollRandom = 6062,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyDailyRefresh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28607:5
[INFO] [stdout]       |
[INFO] [stdout] 28607 |     PlayerActionMonopolyDailyRefresh = 6063,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyGameGuessBuyInformation`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28608:5
[INFO] [stdout]       |
[INFO] [stdout] 28608 |     PlayerActionMonopolyGameGuessBuyInformation = 6064,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyDailyFirstEnterActivity`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28609:5
[INFO] [stdout]       |
[INFO] [stdout] 28609 |     PlayerActionMonopolyDailyFirstEnterActivity = 6065,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolySocialEvent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28610:5
[INFO] [stdout]       |
[INFO] [stdout] 28610 |     PlayerActionMonopolySocialEvent = 6066,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyRaffleTicketReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28611:5
[INFO] [stdout]       |
[INFO] [stdout] 28611 |     PlayerActionMonopolyRaffleTicketReward = 6067,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyLike`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28612:5
[INFO] [stdout]       |
[INFO] [stdout] 28612 |     PlayerActionMonopolyLike = 6068,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyPhaseReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28613:5
[INFO] [stdout]       |
[INFO] [stdout] 28613 |     PlayerActionMonopolyPhaseReward = 6069,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyMbtiReportReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28614:5
[INFO] [stdout]       |
[INFO] [stdout] 28614 |     PlayerActionMonopolyMbtiReportReward = 6070,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyDailySettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28615:5
[INFO] [stdout]       |
[INFO] [stdout] 28615 |     PlayerActionMonopolyDailySettle = 6071,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28616:5
[INFO] [stdout]       |
[INFO] [stdout] 28616 |     PlayerActionMonopolyStart = 6072,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyGetBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28617:5
[INFO] [stdout]       |
[INFO] [stdout] 28617 |     PlayerActionMonopolyGetBuff = 6073,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyAssetFundsChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28618:5
[INFO] [stdout]       |
[INFO] [stdout] 28618 |     PlayerActionMonopolyAssetFundsChange = 6074,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyAssetUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28619:5
[INFO] [stdout]       |
[INFO] [stdout] 28619 |     PlayerActionMonopolyAssetUpgrade = 6075,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyDirectCoinGameSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28620:5
[INFO] [stdout]       |
[INFO] [stdout] 28620 |     PlayerActionMonopolyDirectCoinGameSettle = 6076,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyExtractRaffleTicket`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28621:5
[INFO] [stdout]       |
[INFO] [stdout] 28621 |     PlayerActionMonopolyExtractRaffleTicket = 6077,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyMbtiProgressChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28622:5
[INFO] [stdout]       |
[INFO] [stdout] 28622 |     PlayerActionMonopolyMbtiProgressChange = 6078,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyQuizGameSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28623:5
[INFO] [stdout]       |
[INFO] [stdout] 28623 |     PlayerActionMonopolyQuizGameSettle = 6079,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyEventSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28624:5
[INFO] [stdout]       |
[INFO] [stdout] 28624 |     PlayerActionMonopolyEventSettle = 6080,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyItemChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28625:5
[INFO] [stdout]       |
[INFO] [stdout] 28625 |     PlayerActionMonopolyItemChange = 6081,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyCellTrigger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28626:5
[INFO] [stdout]       |
[INFO] [stdout] 28626 |     PlayerActionMonopolyCellTrigger = 6082,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyEventTrigger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28627:5
[INFO] [stdout]       |
[INFO] [stdout] 28627 |     PlayerActionMonopolyEventTrigger = 6083,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMonopolyClickEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28628:5
[INFO] [stdout]       |
[INFO] [stdout] 28628 |     PlayerActionMonopolyClickEffect = 6084,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildLevelFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28629:5
[INFO] [stdout]       |
[INFO] [stdout] 28629 |     PlayerActionEvolveBuildLevelFinish = 6101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildShopAbilityUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28630:5
[INFO] [stdout]       |
[INFO] [stdout] 28630 |     PlayerActionEvolveBuildShopAbilityUp = 6102,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildShopAbilityDown`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28631:5
[INFO] [stdout]       |
[INFO] [stdout] 28631 |     PlayerActionEvolveBuildShopAbilityDown = 6103,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildTakeExpReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28632:5
[INFO] [stdout]       |
[INFO] [stdout] 28632 |     PlayerActionEvolveBuildTakeExpReward = 6104,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildBattleEndAddCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28633:5
[INFO] [stdout]       |
[INFO] [stdout] 28633 |     PlayerActionEvolveBuildBattleEndAddCoin = 6105,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildShopAbilityReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28634:5
[INFO] [stdout]       |
[INFO] [stdout] 28634 |     PlayerActionEvolveBuildShopAbilityReset = 6106,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildLevelStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28635:5
[INFO] [stdout]       |
[INFO] [stdout] 28635 |     PlayerActionEvolveBuildLevelStart = 6107,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildLevelEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28636:5
[INFO] [stdout]       |
[INFO] [stdout] 28636 |     PlayerActionEvolveBuildLevelEnd = 6108,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildStageStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28637:5
[INFO] [stdout]       |
[INFO] [stdout] 28637 |     PlayerActionEvolveBuildStageStart = 6109,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28638:5
[INFO] [stdout]       |
[INFO] [stdout] 28638 |     PlayerActionEvolveBuildStageEnd = 6110,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEvolveBuildLevelLeave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28639:5
[INFO] [stdout]       |
[INFO] [stdout] 28639 |     PlayerActionEvolveBuildLevelLeave = 6111,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClockParkUnlockScript`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28640:5
[INFO] [stdout]       |
[INFO] [stdout] 28640 |     PlayerActionClockParkUnlockScript = 6151,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClockParkUnlockTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28641:5
[INFO] [stdout]       |
[INFO] [stdout] 28641 |     PlayerActionClockParkUnlockTalent = 6152,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClockParkFinishScript`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28642:5
[INFO] [stdout]       |
[INFO] [stdout] 28642 |     PlayerActionClockParkFinishScript = 6153,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClockParkRoundUpdate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28643:5
[INFO] [stdout]       |
[INFO] [stdout] 28643 |     PlayerActionClockParkRoundUpdate = 6154,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionClockParkScriptBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28644:5
[INFO] [stdout]       |
[INFO] [stdout] 28644 |     PlayerActionClockParkScriptBegin = 6155,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28645:5
[INFO] [stdout]       |
[INFO] [stdout] 28645 |     PlayerActionRogueTournStartLevel = 6200,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournFinishLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28646:5
[INFO] [stdout]       |
[INFO] [stdout] 28646 |     PlayerActionRogueTournFinishLevel = 6201,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournExpReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28647:5
[INFO] [stdout]       |
[INFO] [stdout] 28647 |     PlayerActionRogueTournExpReward = 6202,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournFinishWeekChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28648:5
[INFO] [stdout]       |
[INFO] [stdout] 28648 |     PlayerActionRogueTournFinishWeekChallenge = 6203,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournPermanentTalentEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28649:5
[INFO] [stdout]       |
[INFO] [stdout] 28649 |     PlayerActionRogueTournPermanentTalentEffect = 6204,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournFinishFormulaStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28650:5
[INFO] [stdout]       |
[INFO] [stdout] 28650 |     PlayerActionRogueTournFinishFormulaStory = 6205,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournRevive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28651:5
[INFO] [stdout]       |
[INFO] [stdout] 28651 |     PlayerActionRogueTournRevive = 6206,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28652:5
[INFO] [stdout]       |
[INFO] [stdout] 28652 |     PlayerActionRogueTournStageBegin = 6207,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28653:5
[INFO] [stdout]       |
[INFO] [stdout] 28653 |     PlayerActionRogueTournStageEnd = 6208,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournPermanentEnableTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28654:5
[INFO] [stdout]       |
[INFO] [stdout] 28654 |     PlayerActionRogueTournPermanentEnableTalent = 6209,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournPermanentResetTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28655:5
[INFO] [stdout]       |
[INFO] [stdout] 28655 |     PlayerActionRogueTournPermanentResetTalent = 6210,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournCocoonStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28656:5
[INFO] [stdout]       |
[INFO] [stdout] 28656 |     PlayerActionRogueTournCocoonStageBegin = 6211,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournCocoonStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28657:5
[INFO] [stdout]       |
[INFO] [stdout] 28657 |     PlayerActionRogueTournCocoonStageEnd = 6212,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournExpUpdate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28658:5
[INFO] [stdout]       |
[INFO] [stdout] 28658 |     PlayerActionRogueTournExpUpdate = 6213,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28659:5
[INFO] [stdout]       |
[INFO] [stdout] 28659 |     PlayerActionRogueTournEnterRoom = 6214,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28660:5
[INFO] [stdout]       |
[INFO] [stdout] 28660 |     PlayerActionRogueTournLeaveRoom = 6215,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournArchiveSave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28661:5
[INFO] [stdout]       |
[INFO] [stdout] 28661 |     PlayerActionRogueTournArchiveSave = 6216,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSelectBonus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28662:5
[INFO] [stdout]       |
[INFO] [stdout] 28662 |     PlayerActionRogueTournSelectBonus = 6217,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournDialogueFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28663:5
[INFO] [stdout]       |
[INFO] [stdout] 28663 |     PlayerActionRogueTournDialogueFinish = 6218,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournDoGamble`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28664:5
[INFO] [stdout]       |
[INFO] [stdout] 28664 |     PlayerActionRogueTournDoGamble = 6219,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournRoomContentGenerate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28665:5
[INFO] [stdout]       |
[INFO] [stdout] 28665 |     PlayerActionRogueTournRoomContentGenerate = 6220,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournAddMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28666:5
[INFO] [stdout]       |
[INFO] [stdout] 28666 |     PlayerActionRogueTournAddMiracle = 6221,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournRemoveMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28667:5
[INFO] [stdout]       |
[INFO] [stdout] 28667 |     PlayerActionRogueTournRemoveMiracle = 6222,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSelectMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28668:5
[INFO] [stdout]       |
[INFO] [stdout] 28668 |     PlayerActionRogueTournSelectMiracle = 6223,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournDropMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28669:5
[INFO] [stdout]       |
[INFO] [stdout] 28669 |     PlayerActionRogueTournDropMiracle = 6224,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournAddBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28670:5
[INFO] [stdout]       |
[INFO] [stdout] 28670 |     PlayerActionRogueTournAddBuff = 6225,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSelectBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28671:5
[INFO] [stdout]       |
[INFO] [stdout] 28671 |     PlayerActionRogueTournSelectBuff = 6226,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournBuffLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28672:5
[INFO] [stdout]       |
[INFO] [stdout] 28672 |     PlayerActionRogueTournBuffLevelUp = 6227,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournRemoveBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28673:5
[INFO] [stdout]       |
[INFO] [stdout] 28673 |     PlayerActionRogueTournRemoveBuff = 6228,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournAddFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28674:5
[INFO] [stdout]       |
[INFO] [stdout] 28674 |     PlayerActionRogueTournAddFormula = 6229,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournRemoveFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28675:5
[INFO] [stdout]       |
[INFO] [stdout] 28675 |     PlayerActionRogueTournRemoveFormula = 6230,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSelectFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28676:5
[INFO] [stdout]       |
[INFO] [stdout] 28676 |     PlayerActionRogueTournSelectFormula = 6231,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournActivateFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28677:5
[INFO] [stdout]       |
[INFO] [stdout] 28677 |     PlayerActionRogueTournActivateFormula = 6232,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournAdventureRoomFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28678:5
[INFO] [stdout]       |
[INFO] [stdout] 28678 |     PlayerActionRogueTournAdventureRoomFinish = 6233,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournAlterLineup`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28679:5
[INFO] [stdout]       |
[INFO] [stdout] 28679 |     PlayerActionRogueTournAlterLineup = 6234,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSeasonEnableTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28680:5
[INFO] [stdout]       |
[INFO] [stdout] 28680 |     PlayerActionRogueTournSeasonEnableTalent = 6235,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28681:5
[INFO] [stdout]       |
[INFO] [stdout] 28681 |     PlayerActionRogueTournTitanStartLevel = 6236,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanFinishLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28682:5
[INFO] [stdout]       |
[INFO] [stdout] 28682 |     PlayerActionRogueTournTitanFinishLevel = 6237,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28683:5
[INFO] [stdout]       |
[INFO] [stdout] 28683 |     PlayerActionRogueTournTitanEnterRoom = 6238,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28684:5
[INFO] [stdout]       |
[INFO] [stdout] 28684 |     PlayerActionRogueTournTitanLeaveRoom = 6239,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28685:5
[INFO] [stdout]       |
[INFO] [stdout] 28685 |     PlayerActionRogueTournTitanStageBegin = 6240,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28686:5
[INFO] [stdout]       |
[INFO] [stdout] 28686 |     PlayerActionRogueTournTitanStageEnd = 6241,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanArchiveSave`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28687:5
[INFO] [stdout]       |
[INFO] [stdout] 28687 |     PlayerActionRogueTournTitanArchiveSave = 6243,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanAddTitanBless`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28688:5
[INFO] [stdout]       |
[INFO] [stdout] 28688 |     PlayerActionRogueTournTitanAddTitanBless = 6244,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTitanSelectTitanBless`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28689:5
[INFO] [stdout]       |
[INFO] [stdout] 28689 |     PlayerActionRogueTournTitanSelectTitanBless = 6245,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournDivisionChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28690:5
[INFO] [stdout]       |
[INFO] [stdout] 28690 |     PlayerActionRogueTournDivisionChange = 6246,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournSelectReRollMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28691:5
[INFO] [stdout]       |
[INFO] [stdout] 28691 |     PlayerActionRogueTournSelectReRollMiracle = 6247,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueTournTriggerBattleByShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28692:5
[INFO] [stdout]       |
[INFO] [stdout] 28692 |     PlayerActionRogueTournTriggerBattleByShop = 6248,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbenchReforgeFormula`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28693:5
[INFO] [stdout]       |
[INFO] [stdout] 28693 |     PlayerActionRogueWorkbenchReforgeFormula = 6281,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbenchReforgeMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28694:5
[INFO] [stdout]       |
[INFO] [stdout] 28694 |     PlayerActionRogueWorkbenchReforgeMiracle = 6282,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbenchComposeMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28695:5
[INFO] [stdout]       |
[INFO] [stdout] 28695 |     PlayerActionRogueWorkbenchComposeMiracle = 6283,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbenchReforgeBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28696:5
[INFO] [stdout]       |
[INFO] [stdout] 28696 |     PlayerActionRogueWorkbenchReforgeBuff = 6284,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueWorkbenchEnhanceBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28697:5
[INFO] [stdout]       |
[INFO] [stdout] 28697 |     PlayerActionRogueWorkbenchEnhanceBuff = 6285,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreePveSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28698:5
[INFO] [stdout]       |
[INFO] [stdout] 28698 |     PlayerActionMatchThreePveSettle = 6301,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28699:5
[INFO] [stdout]       |
[INFO] [stdout] 28699 |     PlayerActionMatchThreeSettle = 6302,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightMatch3GameStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28700:5
[INFO] [stdout]       |
[INFO] [stdout] 28700 |     PlayerActionFightMatch3GameStart = 6303,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightMatch3GameEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28701:5
[INFO] [stdout]       |
[INFO] [stdout] 28701 |     PlayerActionFightMatch3GameEnd = 6304,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightMatch3TurnEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28702:5
[INFO] [stdout]       |
[INFO] [stdout] 28702 |     PlayerActionFightMatch3TurnEnd = 6305,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeBirdPos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28703:5
[INFO] [stdout]       |
[INFO] [stdout] 28703 |     PlayerActionMatchThreeBirdPos = 6306,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayInvite`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28704:5
[INFO] [stdout]       |
[INFO] [stdout] 28704 |     PlayerActionMultiplePlayInvite = 6307,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayInviteRespond`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28705:5
[INFO] [stdout]       |
[INFO] [stdout] 28705 |     PlayerActionMultiplePlayInviteRespond = 6308,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayLobbyEnter`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28706:5
[INFO] [stdout]       |
[INFO] [stdout] 28706 |     PlayerActionMultiplePlayLobbyEnter = 6309,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayLobbyQuit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28707:5
[INFO] [stdout]       |
[INFO] [stdout] 28707 |     PlayerActionMultiplePlayLobbyQuit = 6310,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayLobbyKick`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28708:5
[INFO] [stdout]       |
[INFO] [stdout] 28708 |     PlayerActionMultiplePlayLobbyKick = 6311,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMultiplePlayLobbyMatch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28709:5
[INFO] [stdout]       |
[INFO] [stdout] 28709 |     PlayerActionMultiplePlayLobbyMatch = 6312,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28710:5
[INFO] [stdout]       |
[INFO] [stdout] 28710 |     PlayerActionMarbleSettle = 6313,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeSoloSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28711:5
[INFO] [stdout]       |
[INFO] [stdout] 28711 |     PlayerActionMatchThreeSoloSettle = 6314,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeV2BattleitemLevelup`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28712:5
[INFO] [stdout]       |
[INFO] [stdout] 28712 |     PlayerActionMatchThreeV2BattleitemLevelup = 6315,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeV2PveSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28713:5
[INFO] [stdout]       |
[INFO] [stdout] 28713 |     PlayerActionMatchThreeV2PveSettle = 6316,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatchThreeV2PvpSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28714:5
[INFO] [stdout]       |
[INFO] [stdout] 28714 |     PlayerActionMatchThreeV2PvpSettle = 6317,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatch3SoloGameStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28715:5
[INFO] [stdout]       |
[INFO] [stdout] 28715 |     PlayerActionMatch3SoloGameStart = 6318,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatch3SoloGameEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28716:5
[INFO] [stdout]       |
[INFO] [stdout] 28716 |     PlayerActionMatch3SoloGameEnd = 6319,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMatch3SoloRoundEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28717:5
[INFO] [stdout]       |
[INFO] [stdout] 28717 |     PlayerActionMatch3SoloRoundEnd = 6320,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingLearnSkill`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28718:5
[INFO] [stdout]       |
[INFO] [stdout] 28718 |     PlayerActionSwordTrainingLearnSkill = 6351,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingNormalAction`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28719:5
[INFO] [stdout]       |
[INFO] [stdout] 28719 |     PlayerActionSwordTrainingNormalAction = 6352,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStoryEffect`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28720:5
[INFO] [stdout]       |
[INFO] [stdout] 28720 |     PlayerActionSwordTrainingStoryEffect = 6353,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingEndingHint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28721:5
[INFO] [stdout]       |
[INFO] [stdout] 28721 |     PlayerActionSwordTrainingEndingHint = 6354,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingActionHint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28722:5
[INFO] [stdout]       |
[INFO] [stdout] 28722 |     PlayerActionSwordTrainingActionHint = 6355,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingRestoreGameByExam`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28723:5
[INFO] [stdout]       |
[INFO] [stdout] 28723 |     PlayerActionSwordTrainingRestoreGameByExam = 6356,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStoryLineFirstClear`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28724:5
[INFO] [stdout]       |
[INFO] [stdout] 28724 |     PlayerActionSwordTrainingStoryLineFirstClear = 6357,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingTakeEndingReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28725:5
[INFO] [stdout]       |
[INFO] [stdout] 28725 |     PlayerActionSwordTrainingTakeEndingReward = 6358,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStoryLineBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28726:5
[INFO] [stdout]       |
[INFO] [stdout] 28726 |     PlayerActionSwordTrainingStoryLineBegin = 6359,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingEnterTurn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28727:5
[INFO] [stdout]       |
[INFO] [stdout] 28727 |     PlayerActionSwordTrainingEnterTurn = 6360,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingPlanAction`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28728:5
[INFO] [stdout]       |
[INFO] [stdout] 28728 |     PlayerActionSwordTrainingPlanAction = 6361,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingActionPhaseEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28729:5
[INFO] [stdout]       |
[INFO] [stdout] 28729 |     PlayerActionSwordTrainingActionPhaseEnd = 6362,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28730:5
[INFO] [stdout]       |
[INFO] [stdout] 28730 |     PlayerActionSwordTrainingStory = 6363,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStatusChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28731:5
[INFO] [stdout]       |
[INFO] [stdout] 28731 |     PlayerActionSwordTrainingStatusChange = 6364,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingMoodChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28732:5
[INFO] [stdout]       |
[INFO] [stdout] 28732 |     PlayerActionSwordTrainingMoodChange = 6365,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28733:5
[INFO] [stdout]       |
[INFO] [stdout] 28733 |     PlayerActionSwordTrainingBattleBegin = 6366,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28734:5
[INFO] [stdout]       |
[INFO] [stdout] 28734 |     PlayerActionSwordTrainingBattleEnd = 6367,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingCombatRankChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28735:5
[INFO] [stdout]       |
[INFO] [stdout] 28735 |     PlayerActionSwordTrainingCombatRankChange = 6368,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingStoryLineEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28736:5
[INFO] [stdout]       |
[INFO] [stdout] 28736 |     PlayerActionSwordTrainingStoryLineEnd = 6369,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingResumeStoryLine`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28737:5
[INFO] [stdout]       |
[INFO] [stdout] 28737 |     PlayerActionSwordTrainingResumeStoryLine = 6370,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingGameSuccess`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28738:5
[INFO] [stdout]       |
[INFO] [stdout] 28738 |     PlayerActionSwordTrainingGameSuccess = 6371,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingGameGiveUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28739:5
[INFO] [stdout]       |
[INFO] [stdout] 28739 |     PlayerActionSwordTrainingGameGiveUp = 6372,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingExam`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28740:5
[INFO] [stdout]       |
[INFO] [stdout] 28740 |     PlayerActionSwordTrainingExam = 6374,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingDialogue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28741:5
[INFO] [stdout]       |
[INFO] [stdout] 28741 |     PlayerActionSwordTrainingDialogue = 6375,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwordTrainingSetSkillTrace`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28742:5
[INFO] [stdout]       |
[INFO] [stdout] 28742 |     PlayerActionSwordTrainingSetSkillTrace = 6376,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestFinishScoreRaceMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28743:5
[INFO] [stdout]       |
[INFO] [stdout] 28743 |     PlayerActionFightFestFinishScoreRaceMission = 6401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestFinishScoreRacePhase`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28744:5
[INFO] [stdout]       |
[INFO] [stdout] 28744 |     PlayerActionFightFestFinishScoreRacePhase = 6402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestRaceStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28745:5
[INFO] [stdout]       |
[INFO] [stdout] 28745 |     PlayerActionFightFestRaceStart = 6403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestRaceEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28746:5
[INFO] [stdout]       |
[INFO] [stdout] 28746 |     PlayerActionFightFestRaceEnd = 6404,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestChallengeStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28747:5
[INFO] [stdout]       |
[INFO] [stdout] 28747 |     PlayerActionFightFestChallengeStart = 6405,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestChallengeEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28748:5
[INFO] [stdout]       |
[INFO] [stdout] 28748 |     PlayerActionFightFestChallengeEnd = 6406,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestGetCoachItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28749:5
[INFO] [stdout]       |
[INFO] [stdout] 28749 |     PlayerActionFightFestGetCoachItem = 6407,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFightFestAcceptScoreRaceMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28750:5
[INFO] [stdout]       |
[INFO] [stdout] 28750 |     PlayerActionFightFestAcceptScoreRaceMission = 6408,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPetUse`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28751:5
[INFO] [stdout]       |
[INFO] [stdout] 28751 |     PlayerActionPetUse = 6451,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMusicRhythmPassLevelStar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28752:5
[INFO] [stdout]       |
[INFO] [stdout] 28752 |     PlayerActionMusicRhythmPassLevelStar = 6501,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMusicRhythmLevelBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28753:5
[INFO] [stdout]       |
[INFO] [stdout] 28753 |     PlayerActionMusicRhythmLevelBegin = 6502,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMusicRhythmLevelEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28754:5
[INFO] [stdout]       |
[INFO] [stdout] 28754 |     PlayerActionMusicRhythmLevelEnd = 6503,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrackPhotoStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28755:5
[INFO] [stdout]       |
[INFO] [stdout] 28755 |     PlayerActionTrackPhotoStageBegin = 6551,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrackPhotoStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28756:5
[INFO] [stdout]       |
[INFO] [stdout] 28756 |     PlayerActionTrackPhotoStageEnd = 6552,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSummonActivityBattleBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28757:5
[INFO] [stdout]       |
[INFO] [stdout] 28757 |     PlayerActionSummonActivityBattleBegin = 6561,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSummonActivityBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28758:5
[INFO] [stdout]       |
[INFO] [stdout] 28758 |     PlayerActionSummonActivityBattleEnd = 6562,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRaidCollectionEnterNextRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28759:5
[INFO] [stdout]       |
[INFO] [stdout] 28759 |     PlayerActionRaidCollectionEnterNextRaid = 6571,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDifficultyAdjustmentSet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28760:5
[INFO] [stdout]       |
[INFO] [stdout] 28760 |     PlayerActionDifficultyAdjustmentSet = 6572,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionDifficultyAdjustmentUnset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28761:5
[INFO] [stdout]       |
[INFO] [stdout] 28761 |     PlayerActionDifficultyAdjustmentUnset = 6573,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueArcadeAdventureRoomStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28762:5
[INFO] [stdout]       |
[INFO] [stdout] 28762 |     PlayerActionRogueArcadeAdventureRoomStart = 6580,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueArcadeAdventureRoomFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28763:5
[INFO] [stdout]       |
[INFO] [stdout] 28763 |     PlayerActionRogueArcadeAdventureRoomFinish = 6581,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28764:5
[INFO] [stdout]       |
[INFO] [stdout] 28764 |     PlayerActionRogueMagicStartLevel = 6601,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicFinishLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28765:5
[INFO] [stdout]       |
[INFO] [stdout] 28765 |     PlayerActionRogueMagicFinishLevel = 6602,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicRevive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28766:5
[INFO] [stdout]       |
[INFO] [stdout] 28766 |     PlayerActionRogueMagicRevive = 6603,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicEnterRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28767:5
[INFO] [stdout]       |
[INFO] [stdout] 28767 |     PlayerActionRogueMagicEnterRoom = 6604,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicLeaveRoom`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28768:5
[INFO] [stdout]       |
[INFO] [stdout] 28768 |     PlayerActionRogueMagicLeaveRoom = 6605,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicAddMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28769:5
[INFO] [stdout]       |
[INFO] [stdout] 28769 |     PlayerActionRogueMagicAddMiracle = 6606,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicRemoveMiracle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28770:5
[INFO] [stdout]       |
[INFO] [stdout] 28770 |     PlayerActionRogueMagicRemoveMiracle = 6607,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicStageBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28771:5
[INFO] [stdout]       |
[INFO] [stdout] 28771 |     PlayerActionRogueMagicStageBegin = 6608,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicStageEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28772:5
[INFO] [stdout]       |
[INFO] [stdout] 28772 |     PlayerActionRogueMagicStageEnd = 6609,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicEnableTalent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28773:5
[INFO] [stdout]       |
[INFO] [stdout] 28773 |     PlayerActionRogueMagicEnableTalent = 6610,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicFinishStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28774:5
[INFO] [stdout]       |
[INFO] [stdout] 28774 |     PlayerActionRogueMagicFinishStory = 6611,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicAddScepter`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28775:5
[INFO] [stdout]       |
[INFO] [stdout] 28775 |     PlayerActionRogueMagicAddScepter = 6612,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicSelectScepter`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28776:5
[INFO] [stdout]       |
[INFO] [stdout] 28776 |     PlayerActionRogueMagicSelectScepter = 6613,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicMountUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28777:5
[INFO] [stdout]       |
[INFO] [stdout] 28777 |     PlayerActionRogueMagicMountUnit = 6614,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicAutoMountUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28778:5
[INFO] [stdout]       |
[INFO] [stdout] 28778 |     PlayerActionRogueMagicAutoMountUnit = 6615,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicAddMagicUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28779:5
[INFO] [stdout]       |
[INFO] [stdout] 28779 |     PlayerActionRogueMagicAddMagicUnit = 6616,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicRemoveMagicUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28780:5
[INFO] [stdout]       |
[INFO] [stdout] 28780 |     PlayerActionRogueMagicRemoveMagicUnit = 6617,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicWorkbenchComposeMagicUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28781:5
[INFO] [stdout]       |
[INFO] [stdout] 28781 |     PlayerActionRogueMagicWorkbenchComposeMagicUnit = 6618,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicWorkbenchReforgeMagicUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28782:5
[INFO] [stdout]       |
[INFO] [stdout] 28782 |     PlayerActionRogueMagicWorkbenchReforgeMagicUnit = 6619,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMagicWorkbenchLevelUpScepter`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28783:5
[INFO] [stdout]       |
[INFO] [stdout] 28783 |     PlayerActionRogueMagicWorkbenchLevelUpScepter = 6620,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyGamePlayStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28784:5
[INFO] [stdout]       |
[INFO] [stdout] 28784 |     PlayerActionTrainPartyGamePlayStart = 6701,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyPhaseBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28785:5
[INFO] [stdout]       |
[INFO] [stdout] 28785 |     PlayerActionTrainPartyPhaseBegin = 6702,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyPhaseEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28786:5
[INFO] [stdout]       |
[INFO] [stdout] 28786 |     PlayerActionTrainPartyPhaseEnd = 6703,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyRound`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28787:5
[INFO] [stdout]       |
[INFO] [stdout] 28787 |     PlayerActionTrainPartyRound = 6704,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyMeetingBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28788:5
[INFO] [stdout]       |
[INFO] [stdout] 28788 |     PlayerActionTrainPartyMeetingBegin = 6705,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyMeetingEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28789:5
[INFO] [stdout]       |
[INFO] [stdout] 28789 |     PlayerActionTrainPartyMeetingEnd = 6706,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyMeetingPlayCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28790:5
[INFO] [stdout]       |
[INFO] [stdout] 28790 |     PlayerActionTrainPartyMeetingPlayCard = 6707,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyMeetingReRoll`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28791:5
[INFO] [stdout]       |
[INFO] [stdout] 28791 |     PlayerActionTrainPartyMeetingReRoll = 6708,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyBuildAreaUnlock`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28792:5
[INFO] [stdout]       |
[INFO] [stdout] 28792 |     PlayerActionTrainPartyBuildAreaUnlock = 6709,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyBuildStep`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28793:5
[INFO] [stdout]       |
[INFO] [stdout] 28793 |     PlayerActionTrainPartyBuildStep = 6710,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyBuildLevelAward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28794:5
[INFO] [stdout]       |
[INFO] [stdout] 28794 |     PlayerActionTrainPartyBuildLevelAward = 6711,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyBuildingDynamicBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28795:5
[INFO] [stdout]       |
[INFO] [stdout] 28795 |     PlayerActionTrainPartyBuildingDynamicBuff = 6712,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTrainPartyBuildDiy`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28796:5
[INFO] [stdout]       |
[INFO] [stdout] 28796 |     PlayerActionTrainPartyBuildDiy = 6713,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionSwitchHandOpPropState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28797:5
[INFO] [stdout]       |
[INFO] [stdout] 28797 |     PlayerActionSwitchHandOpPropState = 6801,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEraFlipperChangeRegionState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28798:5
[INFO] [stdout]       |
[INFO] [stdout] 28798 |     PlayerActionEraFlipperChangeRegionState = 6811,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionEraFlipperChangePropState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28799:5
[INFO] [stdout]       |
[INFO] [stdout] 28799 |     PlayerActionEraFlipperChangePropState = 6812,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityBenefitReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28800:5
[INFO] [stdout]       |
[INFO] [stdout] 28800 |     PlayerActionActivityBenefitReward = 6820,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityBenefitJoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28801:5
[INFO] [stdout]       |
[INFO] [stdout] 28801 |     PlayerActionActivityBenefitJoin = 6821,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionActivityBenefitInitialReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28802:5
[INFO] [stdout]       |
[INFO] [stdout] 28802 |     PlayerActionActivityBenefitInitialReward = 6822,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPamSkinChangeSkin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28803:5
[INFO] [stdout]       |
[INFO] [stdout] 28803 |     PlayerActionPamSkinChangeSkin = 6851,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChestFind`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28804:5
[INFO] [stdout]       |
[INFO] [stdout] 28804 |     PlayerActionChestFind = 6861,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReissueMarkChestItemMail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28805:5
[INFO] [stdout]       |
[INFO] [stdout] 28805 |     PlayerActionReissueMarkChestItemMail = 6862,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarblePassMatch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28806:5
[INFO] [stdout]       |
[INFO] [stdout] 28806 |     PlayerActionMarblePassMatch = 6871,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleBuySeal`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28807:5
[INFO] [stdout]       |
[INFO] [stdout] 28807 |     PlayerActionMarbleBuySeal = 6872,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleFightGameBegin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28808:5
[INFO] [stdout]       |
[INFO] [stdout] 28808 |     PlayerActionMarbleFightGameBegin = 6873,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleFightGameEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28809:5
[INFO] [stdout]       |
[INFO] [stdout] 28809 |     PlayerActionMarbleFightGameEnd = 6874,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleFightGameRound`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28810:5
[INFO] [stdout]       |
[INFO] [stdout] 28810 |     PlayerActionMarbleFightGameRound = 6875,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionMarbleFightGameTurn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28811:5
[INFO] [stdout]       |
[INFO] [stdout] 28811 |     PlayerActionMarbleFightGameTurn = 6876,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28812:5
[INFO] [stdout]       |
[INFO] [stdout] 28812 |     PlayerActionPlanetFesLevelUp = 6901,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesActivityInit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28813:5
[INFO] [stdout]       |
[INFO] [stdout] 28813 |     PlayerActionPlanetFesActivityInit = 6902,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesAvatarLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28814:5
[INFO] [stdout]       |
[INFO] [stdout] 28814 |     PlayerActionPlanetFesAvatarLevelUp = 6903,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesTakeRegionPhaseReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28815:5
[INFO] [stdout]       |
[INFO] [stdout] 28815 |     PlayerActionPlanetFesTakeRegionPhaseReward = 6904,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesAddItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28816:5
[INFO] [stdout]       |
[INFO] [stdout] 28816 |     PlayerActionPlanetFesAddItem = 6905,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesQuest`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28817:5
[INFO] [stdout]       |
[INFO] [stdout] 28817 |     PlayerActionPlanetFesQuest = 6906,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesBusinessDayFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28818:5
[INFO] [stdout]       |
[INFO] [stdout] 28818 |     PlayerActionPlanetFesBusinessDayFinish = 6907,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesAvatarStarUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28819:5
[INFO] [stdout]       |
[INFO] [stdout] 28819 |     PlayerActionPlanetFesAvatarStarUp = 6908,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesUnlockLand`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28820:5
[INFO] [stdout]       |
[INFO] [stdout] 28820 |     PlayerActionPlanetFesUnlockLand = 6909,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesBusinessEventFinish`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28821:5
[INFO] [stdout]       |
[INFO] [stdout] 28821 |     PlayerActionPlanetFesBusinessEventFinish = 6910,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesActivateCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28822:5
[INFO] [stdout]       |
[INFO] [stdout] 28822 |     PlayerActionPlanetFesActivateCard = 6911,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesSkillLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28823:5
[INFO] [stdout]       |
[INFO] [stdout] 28823 |     PlayerActionPlanetFesSkillLevelUp = 6912,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesGacha`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28824:5
[INFO] [stdout]       |
[INFO] [stdout] 28824 |     PlayerActionPlanetFesGacha = 6913,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesBusinessEventHandle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28825:5
[INFO] [stdout]       |
[INFO] [stdout] 28825 |     PlayerActionPlanetFesBusinessEventHandle = 6914,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesCardApplyPermission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28826:5
[INFO] [stdout]       |
[INFO] [stdout] 28826 |     PlayerActionPlanetFesCardApplyPermission = 6915,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesCardInteract`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28827:5
[INFO] [stdout]       |
[INFO] [stdout] 28827 |     PlayerActionPlanetFesCardInteract = 6916,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesToSns`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28828:5
[INFO] [stdout]       |
[INFO] [stdout] 28828 |     PlayerActionPlanetFesToSns = 6917,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesSetWorkAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28829:5
[INFO] [stdout]       |
[INFO] [stdout] 28829 |     PlayerActionPlanetFesSetWorkAvatar = 6918,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionPlanetFesSummary`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28830:5
[INFO] [stdout]       |
[INFO] [stdout] 28830 |     PlayerActionPlanetFesSummary = 6919,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookCharacterLevelUp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28831:5
[INFO] [stdout]       |
[INFO] [stdout] 28831 |     PlayerActionTarotBookCharacterLevelUp = 6951,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookOpenPack`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28832:5
[INFO] [stdout]       |
[INFO] [stdout] 28832 |     PlayerActionTarotBookOpenPack = 6952,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookUnlockStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28833:5
[INFO] [stdout]       |
[INFO] [stdout] 28833 |     PlayerActionTarotBookUnlockStory = 6953,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookUnlockStorySingle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28834:5
[INFO] [stdout]       |
[INFO] [stdout] 28834 |     PlayerActionTarotBookUnlockStorySingle = 6954,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookFinishStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28835:5
[INFO] [stdout]       |
[INFO] [stdout] 28835 |     PlayerActionTarotBookFinishStory = 6955,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookFinishInteraction`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28836:5
[INFO] [stdout]       |
[INFO] [stdout] 28836 |     PlayerActionTarotBookFinishInteraction = 6956,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookChangeEnergy`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28837:5
[INFO] [stdout]       |
[INFO] [stdout] 28837 |     PlayerActionTarotBookChangeEnergy = 6957,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionTarotBookUnlockInteraction`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28838:5
[INFO] [stdout]       |
[INFO] [stdout] 28838 |     PlayerActionTarotBookUnlockInteraction = 6958,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraRoundStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28839:5
[INFO] [stdout]       |
[INFO] [stdout] 28839 |     PlayerActionChimeraRoundStart = 6971,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraRoundWorkStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28840:5
[INFO] [stdout]       |
[INFO] [stdout] 28840 |     PlayerActionChimeraRoundWorkStart = 6972,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraRoundWorkEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28841:5
[INFO] [stdout]       |
[INFO] [stdout] 28841 |     PlayerActionChimeraRoundWorkEnd = 6973,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraEndlessStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28842:5
[INFO] [stdout]       |
[INFO] [stdout] 28842 |     PlayerActionChimeraEndlessStart = 6974,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraEndlessEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28843:5
[INFO] [stdout]       |
[INFO] [stdout] 28843 |     PlayerActionChimeraEndlessEnd = 6975,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraEndlessWorkStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28844:5
[INFO] [stdout]       |
[INFO] [stdout] 28844 |     PlayerActionChimeraEndlessWorkStart = 6976,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraEndlessWorkEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28845:5
[INFO] [stdout]       |
[INFO] [stdout] 28845 |     PlayerActionChimeraEndlessWorkEnd = 6977,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraRankChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28846:5
[INFO] [stdout]       |
[INFO] [stdout] 28846 |     PlayerActionChimeraRankChange = 6978,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionChimeraGet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28847:5
[INFO] [stdout]       |
[INFO] [stdout] 28847 |     PlayerActionChimeraGet = 6979,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionStoryTokenTakeActivityReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28848:5
[INFO] [stdout]       |
[INFO] [stdout] 28848 |     PlayerActionStoryTokenTakeActivityReward = 6991,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionReissueAvatarTokenItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28849:5
[INFO] [stdout]       |
[INFO] [stdout] 28849 |     PlayerActionReissueAvatarTokenItem = 6992,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionAvatarDeliverRewardActivityTakeReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28850:5
[INFO] [stdout]       |
[INFO] [stdout] 28850 |     PlayerActionAvatarDeliverRewardActivityTakeReward = 7001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionLocalLegendReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28851:5
[INFO] [stdout]       |
[INFO] [stdout] 28851 |     PlayerActionLocalLegendReward = 7031,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateLevelStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28852:5
[INFO] [stdout]       |
[INFO] [stdout] 28852 |     PlayerActionFateLevelStart = 7041,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateLevelSettle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28853:5
[INFO] [stdout]       |
[INFO] [stdout] 28853 |     PlayerActionFateLevelSettle = 7042,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateBattleStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28854:5
[INFO] [stdout]       |
[INFO] [stdout] 28854 |     PlayerActionFateBattleStart = 7043,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateBattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28855:5
[INFO] [stdout]       |
[INFO] [stdout] 28855 |     PlayerActionFateBattleEnd = 7044,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateAddHougu`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28856:5
[INFO] [stdout]       |
[INFO] [stdout] 28856 |     PlayerActionFateAddHougu = 7045,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateSelectHougu`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28857:5
[INFO] [stdout]       |
[INFO] [stdout] 28857 |     PlayerActionFateSelectHougu = 7046,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateSelectReiju`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28858:5
[INFO] [stdout]       |
[INFO] [stdout] 28858 |     PlayerActionFateSelectReiju = 7047,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateRefreshReiju`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28859:5
[INFO] [stdout]       |
[INFO] [stdout] 28859 |     PlayerActionFateRefreshReiju = 7048,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateAddCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28860:5
[INFO] [stdout]       |
[INFO] [stdout] 28860 |     PlayerActionFateAddCoin = 7049,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateBuyBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28861:5
[INFO] [stdout]       |
[INFO] [stdout] 28861 |     PlayerActionFateBuyBuff = 7050,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateSellBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28862:5
[INFO] [stdout]       |
[INFO] [stdout] 28862 |     PlayerActionFateSellBuff = 7051,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateRefreshShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28863:5
[INFO] [stdout]       |
[INFO] [stdout] 28863 |     PlayerActionFateRefreshShop = 7052,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateLockGoods`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28864:5
[INFO] [stdout]       |
[INFO] [stdout] 28864 |     PlayerActionFateLockGoods = 7053,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateUnlockGoods`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28865:5
[INFO] [stdout]       |
[INFO] [stdout] 28865 |     PlayerActionFateUnlockGoods = 7054,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateTakeExpReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28866:5
[INFO] [stdout]       |
[INFO] [stdout] 28866 |     PlayerActionFateTakeExpReward = 7055,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateAddExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28867:5
[INFO] [stdout]       |
[INFO] [stdout] 28867 |     PlayerActionFateAddExp = 7056,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionFateMasterHpChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28868:5
[INFO] [stdout]       |
[INFO] [stdout] 28868 |     PlayerActionFateMasterHpChange = 7057,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionParkourStartLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28869:5
[INFO] [stdout]       |
[INFO] [stdout] 28869 |     PlayerActionParkourStartLevel = 7061,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionParkourEndLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28870:5
[INFO] [stdout]       |
[INFO] [stdout] 28870 |     PlayerActionParkourEndLevel = 7062,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionBasinChestInteractResult`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28871:5
[INFO] [stdout]       |
[INFO] [stdout] 28871 |     PlayerActionBasinChestInteractResult = 7091,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayerActionType::PlayerActionRogueMiracleSwap`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:28872:5
[INFO] [stdout]       |
[INFO] [stdout] 28872 |     PlayerActionRogueMiracleSwap = 7092,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `AvatarSlotType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33134:10
[INFO] [stdout]       |
[INFO] [stdout] 33134 | pub enum AvatarSlotType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarSlotType::AvatarSlot1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33135:5
[INFO] [stdout]       |
[INFO] [stdout] 33135 |     AvatarSlot1 = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarSlotType::AvatarSlot2`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33136:5
[INFO] [stdout]       |
[INFO] [stdout] 33136 |     AvatarSlot2 = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarSlotType::AvatarSlot3`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33137:5
[INFO] [stdout]       |
[INFO] [stdout] 33137 |     AvatarSlot3 = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ItemType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33163:10
[INFO] [stdout]       |
[INFO] [stdout] 33163 | pub enum ItemType {
[INFO] [stdout]       |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33164:5
[INFO] [stdout]       |
[INFO] [stdout] 33164 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::ItemAvatarCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33165:5
[INFO] [stdout]       |
[INFO] [stdout] 33165 |     ItemAvatarCard = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::ItemEquipment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33166:5
[INFO] [stdout]       |
[INFO] [stdout] 33166 |     ItemEquipment = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::ItemMaterial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33167:5
[INFO] [stdout]       |
[INFO] [stdout] 33167 |     ItemMaterial = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::ItemAvatarExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33168:5
[INFO] [stdout]       |
[INFO] [stdout] 33168 |     ItemAvatarExp = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ItemType::ItemRelic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33169:5
[INFO] [stdout]       |
[INFO] [stdout] 33169 |     ItemRelic = 5,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `VirtualItemType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33201:10
[INFO] [stdout]       |
[INFO] [stdout] 33201 | pub enum VirtualItemType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33202:5
[INFO] [stdout]       |
[INFO] [stdout] 33202 |     VirtualItemNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemHcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33203:5
[INFO] [stdout]       |
[INFO] [stdout] 33203 |     VirtualItemHcoin = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemScoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33204:5
[INFO] [stdout]       |
[INFO] [stdout] 33204 |     VirtualItemScoin = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMcoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33205:5
[INFO] [stdout]       |
[INFO] [stdout] 33205 |     VirtualItemMcoin = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33206:5
[INFO] [stdout]       |
[INFO] [stdout] 33206 |     VirtualItemStamina = 11,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemReserveStamina`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33207:5
[INFO] [stdout]       |
[INFO] [stdout] 33207 |     VirtualItemReserveStamina = 12,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemAvatarExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33208:5
[INFO] [stdout]       |
[INFO] [stdout] 33208 |     VirtualItemAvatarExp = 21,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33209:5
[INFO] [stdout]       |
[INFO] [stdout] 33209 |     VirtualItemExp = 22,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemDailyActivePoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33210:5
[INFO] [stdout]       |
[INFO] [stdout] 33210 |     VirtualItemDailyActivePoint = 23,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMpMax`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33211:5
[INFO] [stdout]       |
[INFO] [stdout] 33211 |     VirtualItemMpMax = 24,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemPlayerReturnPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33212:5
[INFO] [stdout]       |
[INFO] [stdout] 33212 |     VirtualItemPlayerReturnPoint = 25,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBattleCollegePoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33213:5
[INFO] [stdout]       |
[INFO] [stdout] 33213 |     VirtualItemBattleCollegePoint = 26,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33214:5
[INFO] [stdout]       |
[INFO] [stdout] 33214 |     VirtualItemRogueCoin = 31,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueTalentCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33215:5
[INFO] [stdout]       |
[INFO] [stdout] 33215 |     VirtualItemRogueTalentCoin = 32,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueRewardKey`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33216:5
[INFO] [stdout]       |
[INFO] [stdout] 33216 |     VirtualItemRogueRewardKey = 33,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemAchievementExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33217:5
[INFO] [stdout]       |
[INFO] [stdout] 33217 |     VirtualItemAchievementExp = 41,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBpExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33218:5
[INFO] [stdout]       |
[INFO] [stdout] 33218 |     VirtualItemBpExp = 51,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBpRealExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33219:5
[INFO] [stdout]       |
[INFO] [stdout] 33219 |     VirtualItemBpRealExp = 52,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMuseumFunds`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33220:5
[INFO] [stdout]       |
[INFO] [stdout] 33220 |     VirtualItemMuseumFunds = 53,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualTrainpartyBuildingFunds`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33221:5
[INFO] [stdout]       |
[INFO] [stdout] 33221 |     VirtualTrainpartyBuildingFunds = 54,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualTrainpartyAreaUnlockCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33222:5
[INFO] [stdout]       |
[INFO] [stdout] 33222 |     VirtualTrainpartyAreaUnlockCoin = 55,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualTrainpartyMobility`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33223:5
[INFO] [stdout]       |
[INFO] [stdout] 33223 |     VirtualTrainpartyMobility = 56,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemWarriorExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33224:5
[INFO] [stdout]       |
[INFO] [stdout] 33224 |     VirtualItemWarriorExp = 190,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33225:5
[INFO] [stdout]       |
[INFO] [stdout] 33225 |     VirtualItemRogueExp = 191,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMageExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33226:5
[INFO] [stdout]       |
[INFO] [stdout] 33226 |     VirtualItemMageExp = 192,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemShamanExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33227:5
[INFO] [stdout]       |
[INFO] [stdout] 33227 |     VirtualItemShamanExp = 193,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemWarlockExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33228:5
[INFO] [stdout]       |
[INFO] [stdout] 33228 |     VirtualItemWarlockExp = 194,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemKnightExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33229:5
[INFO] [stdout]       |
[INFO] [stdout] 33229 |     VirtualItemKnightExp = 195,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemPriestExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33230:5
[INFO] [stdout]       |
[INFO] [stdout] 33230 |     VirtualItemPriestExp = 196,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemPunkLordPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33231:5
[INFO] [stdout]       |
[INFO] [stdout] 33231 |     VirtualItemPunkLordPoint = 100000,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemGameplayCounterMonsterSneakVision`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33232:5
[INFO] [stdout]       |
[INFO] [stdout] 33232 |     VirtualItemGameplayCounterMonsterSneakVision = 280001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemGameplayCounterWolfBroBullet`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33233:5
[INFO] [stdout]       |
[INFO] [stdout] 33233 |     VirtualItemGameplayCounterWolfBroBullet = 280002,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemAlleyFunds`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33234:5
[INFO] [stdout]       |
[INFO] [stdout] 33234 |     VirtualItemAlleyFunds = 281001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRoguePumanCoupon`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33235:5
[INFO] [stdout]       |
[INFO] [stdout] 33235 |     VirtualItemRoguePumanCoupon = 281012,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMonthCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33236:5
[INFO] [stdout]       |
[INFO] [stdout] 33236 |     VirtualItemMonthCard = 300101,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBpNormal`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33237:5
[INFO] [stdout]       |
[INFO] [stdout] 33237 |     VirtualItemBpNormal = 300102,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBpDeluxe`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33238:5
[INFO] [stdout]       |
[INFO] [stdout] 33238 |     VirtualItemBpDeluxe = 300103,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemBpUpgrade`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33239:5
[INFO] [stdout]       |
[INFO] [stdout] 33239 |     VirtualItemBpUpgrade = 300104,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemHeliobusFans`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33240:5
[INFO] [stdout]       |
[INFO] [stdout] 33240 |     VirtualItemHeliobusFans = 281002,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemSpaceZooHybridItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33241:5
[INFO] [stdout]       |
[INFO] [stdout] 33241 |     VirtualItemSpaceZooHybridItem = 281003,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemSpaceZooExpPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33242:5
[INFO] [stdout]       |
[INFO] [stdout] 33242 |     VirtualItemSpaceZooExpPoint = 281004,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueNousTalentCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33243:5
[INFO] [stdout]       |
[INFO] [stdout] 33243 |     VirtualItemRogueNousTalentCoin = 281013,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemEvolveBuildCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33244:5
[INFO] [stdout]       |
[INFO] [stdout] 33244 |     VirtualItemEvolveBuildCoin = 281019,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemDrinkMakerTip`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33245:5
[INFO] [stdout]       |
[INFO] [stdout] 33245 |     VirtualItemDrinkMakerTip = 281005,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMonopolyDice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33246:5
[INFO] [stdout]       |
[INFO] [stdout] 33246 |     VirtualItemMonopolyDice = 281014,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMonopolyCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33247:5
[INFO] [stdout]       |
[INFO] [stdout] 33247 |     VirtualItemMonopolyCoin = 281015,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMonopolyCheatdice`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33248:5
[INFO] [stdout]       |
[INFO] [stdout] 33248 |     VirtualItemMonopolyCheatdice = 281016,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMonopolyReroll`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33249:5
[INFO] [stdout]       |
[INFO] [stdout] 33249 |     VirtualItemMonopolyReroll = 281017,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueTournPermanentTalentCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33250:5
[INFO] [stdout]       |
[INFO] [stdout] 33250 |     VirtualItemRogueTournPermanentTalentCoin = 281018,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueTournSeasonTalentCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33251:5
[INFO] [stdout]       |
[INFO] [stdout] 33251 |     VirtualItemRogueTournSeasonTalentCoin = 281020,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueTournExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33252:5
[INFO] [stdout]       |
[INFO] [stdout] 33252 |     VirtualItemRogueTournExp = 281022,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMatchthreeCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33253:5
[INFO] [stdout]       |
[INFO] [stdout] 33253 |     VirtualItemMatchthreeCoin = 281024,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemSwordTrainingSkillPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33254:5
[INFO] [stdout]       |
[INFO] [stdout] 33254 |     VirtualItemSwordTrainingSkillPoint = 281023,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemFightFestCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33255:5
[INFO] [stdout]       |
[INFO] [stdout] 33255 |     VirtualItemFightFestCoin = 281025,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemRogueMagicTalentCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33256:5
[INFO] [stdout]       |
[INFO] [stdout] 33256 |     VirtualItemRogueMagicTalentCoin = 281026,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemEvolveBuildScCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33257:5
[INFO] [stdout]       |
[INFO] [stdout] 33257 |     VirtualItemEvolveBuildScCoin = 281027,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemEvolveBuildRewardExp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33258:5
[INFO] [stdout]       |
[INFO] [stdout] 33258 |     VirtualItemEvolveBuildRewardExp = 281028,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `VirtualItemType::VirtualItemMatchthreeV2Coin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33259:5
[INFO] [stdout]       |
[INFO] [stdout] 33259 |     VirtualItemMatchthreeV2Coin = 281029,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `GameplayCounterType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33439:10
[INFO] [stdout]       |
[INFO] [stdout] 33439 | pub enum GameplayCounterType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `GameplayCounterType::GameplayCounterNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33440:5
[INFO] [stdout]       |
[INFO] [stdout] 33440 |     GameplayCounterNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `GameplayCounterType::GameplayCounterMonsterSneakVision`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33441:5
[INFO] [stdout]       |
[INFO] [stdout] 33441 |     GameplayCounterMonsterSneakVision = 280001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BlackLimitLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33469:10
[INFO] [stdout]       |
[INFO] [stdout] 33469 | pub enum BlackLimitLevel {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BlackLimitLevel::All`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33470:5
[INFO] [stdout]       |
[INFO] [stdout] 33470 |     All = 0,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `AreaType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33492:10
[INFO] [stdout]       |
[INFO] [stdout] 33492 | pub enum AreaType {
[INFO] [stdout]       |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33493:5
[INFO] [stdout]       |
[INFO] [stdout] 33493 |     AreaNone = 0,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaCn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33494:5
[INFO] [stdout]       |
[INFO] [stdout] 33494 |     AreaCn = 1,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaJp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33495:5
[INFO] [stdout]       |
[INFO] [stdout] 33495 |     AreaJp = 2,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaAsia`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33496:5
[INFO] [stdout]       |
[INFO] [stdout] 33496 |     AreaAsia = 3,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaWest`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33497:5
[INFO] [stdout]       |
[INFO] [stdout] 33497 |     AreaWest = 4,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaKr`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33498:5
[INFO] [stdout]       |
[INFO] [stdout] 33498 |     AreaKr = 5,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AreaType::AreaOverseas`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33499:5
[INFO] [stdout]       |
[INFO] [stdout] 33499 |     AreaOverseas = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `EntityType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33533:10
[INFO] [stdout]       |
[INFO] [stdout] 33533 | pub enum EntityType {
[INFO] [stdout]       |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33534:5
[INFO] [stdout]       |
[INFO] [stdout] 33534 |     EntityNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33535:5
[INFO] [stdout]       |
[INFO] [stdout] 33535 |     EntityAvatar = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityMonster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33536:5
[INFO] [stdout]       |
[INFO] [stdout] 33536 |     EntityMonster = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityNpc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33537:5
[INFO] [stdout]       |
[INFO] [stdout] 33537 |     EntityNpc = 3,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityProp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33538:5
[INFO] [stdout]       |
[INFO] [stdout] 33538 |     EntityProp = 4,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityTrigger`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33539:5
[INFO] [stdout]       |
[INFO] [stdout] 33539 |     EntityTrigger = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntityEnv`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33540:5
[INFO] [stdout]       |
[INFO] [stdout] 33540 |     EntityEnv = 6,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `EntityType::EntitySummonUnit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33541:5
[INFO] [stdout]       |
[INFO] [stdout] 33541 |     EntitySummonUnit = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `LanguageType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33577:10
[INFO] [stdout]       |
[INFO] [stdout] 33577 | pub enum LanguageType {
[INFO] [stdout]       |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33578:5
[INFO] [stdout]       |
[INFO] [stdout] 33578 |     LanguageNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageSc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33579:5
[INFO] [stdout]       |
[INFO] [stdout] 33579 |     LanguageSc = 1,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageTc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33580:5
[INFO] [stdout]       |
[INFO] [stdout] 33580 |     LanguageTc = 2,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageEn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33581:5
[INFO] [stdout]       |
[INFO] [stdout] 33581 |     LanguageEn = 3,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageKr`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33582:5
[INFO] [stdout]       |
[INFO] [stdout] 33582 |     LanguageKr = 4,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageJp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33583:5
[INFO] [stdout]       |
[INFO] [stdout] 33583 |     LanguageJp = 5,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageFr`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33584:5
[INFO] [stdout]       |
[INFO] [stdout] 33584 |     LanguageFr = 6,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageDe`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33585:5
[INFO] [stdout]       |
[INFO] [stdout] 33585 |     LanguageDe = 7,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageEs`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33586:5
[INFO] [stdout]       |
[INFO] [stdout] 33586 |     LanguageEs = 8,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguagePt`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33587:5
[INFO] [stdout]       |
[INFO] [stdout] 33587 |     LanguagePt = 9,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageRu`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33588:5
[INFO] [stdout]       |
[INFO] [stdout] 33588 |     LanguageRu = 10,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageTh`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33589:5
[INFO] [stdout]       |
[INFO] [stdout] 33589 |     LanguageTh = 11,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageVi`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33590:5
[INFO] [stdout]       |
[INFO] [stdout] 33590 |     LanguageVi = 12,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LanguageType::LanguageId`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33591:5
[INFO] [stdout]       |
[INFO] [stdout] 33591 |     LanguageId = 13,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PlatformType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33639:10
[INFO] [stdout]       |
[INFO] [stdout] 33639 | pub enum PlatformType {
[INFO] [stdout]       |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Editor`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33640:5
[INFO] [stdout]       |
[INFO] [stdout] 33640 |     Editor = 0,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Ios`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33641:5
[INFO] [stdout]       |
[INFO] [stdout] 33641 |     Ios = 1,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Android`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33642:5
[INFO] [stdout]       |
[INFO] [stdout] 33642 |     Android = 2,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Pc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33643:5
[INFO] [stdout]       |
[INFO] [stdout] 33643 |     Pc = 3,
[INFO] [stdout]       |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Web`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33644:5
[INFO] [stdout]       |
[INFO] [stdout] 33644 |     Web = 4,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Wap`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33645:5
[INFO] [stdout]       |
[INFO] [stdout] 33645 |     Wap = 5,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Ps4`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33646:5
[INFO] [stdout]       |
[INFO] [stdout] 33646 |     Ps4 = 6,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Nintendo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33647:5
[INFO] [stdout]       |
[INFO] [stdout] 33647 |     Nintendo = 7,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudAndroid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33648:5
[INFO] [stdout]       |
[INFO] [stdout] 33648 |     CloudAndroid = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudPc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33649:5
[INFO] [stdout]       |
[INFO] [stdout] 33649 |     CloudPc = 9,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudIos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33650:5
[INFO] [stdout]       |
[INFO] [stdout] 33650 |     CloudIos = 10,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Ps5`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33651:5
[INFO] [stdout]       |
[INFO] [stdout] 33651 |     Ps5 = 11,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::Mac`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33652:5
[INFO] [stdout]       |
[INFO] [stdout] 33652 |     Mac = 12,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudMac`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33653:5
[INFO] [stdout]       |
[INFO] [stdout] 33653 |     CloudMac = 13,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebAndroid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33654:5
[INFO] [stdout]       |
[INFO] [stdout] 33654 |     CloudWebAndroid = 20,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebIos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33655:5
[INFO] [stdout]       |
[INFO] [stdout] 33655 |     CloudWebIos = 21,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebPc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33656:5
[INFO] [stdout]       |
[INFO] [stdout] 33656 |     CloudWebPc = 22,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebMac`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33657:5
[INFO] [stdout]       |
[INFO] [stdout] 33657 |     CloudWebMac = 23,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebTouch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33658:5
[INFO] [stdout]       |
[INFO] [stdout] 33658 |     CloudWebTouch = 24,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudWebKeyboard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33659:5
[INFO] [stdout]       |
[INFO] [stdout] 33659 |     CloudWebKeyboard = 25,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudDouyinIos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33660:5
[INFO] [stdout]       |
[INFO] [stdout] 33660 |     CloudDouyinIos = 27,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlatformType::CloudDouyinAndroid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33661:5
[INFO] [stdout]       |
[INFO] [stdout] 33661 |     CloudDouyinAndroid = 28,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ReloginType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33725:10
[INFO] [stdout]       |
[INFO] [stdout] 33725 | pub enum ReloginType {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReloginType::NoKick`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33726:5
[INFO] [stdout]       |
[INFO] [stdout] 33726 |     NoKick = 0,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReloginType::ForceKick`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33727:5
[INFO] [stdout]       |
[INFO] [stdout] 33727 |     ForceKick = 1,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReloginType::IdleKick`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33728:5
[INFO] [stdout]       |
[INFO] [stdout] 33728 |     IdleKick = 2,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReloginType::Silence`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33729:5
[INFO] [stdout]       |
[INFO] [stdout] 33729 |     Silence = 3,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `AvatarType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33757:10
[INFO] [stdout]       |
[INFO] [stdout] 33757 | pub enum AvatarType {
[INFO] [stdout]       |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33758:5
[INFO] [stdout]       |
[INFO] [stdout] 33758 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarTrialType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33759:5
[INFO] [stdout]       |
[INFO] [stdout] 33759 |     AvatarTrialType = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarLimitType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33760:5
[INFO] [stdout]       |
[INFO] [stdout] 33760 |     AvatarLimitType = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarFormalType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33761:5
[INFO] [stdout]       |
[INFO] [stdout] 33761 |     AvatarFormalType = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarAssistType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33762:5
[INFO] [stdout]       |
[INFO] [stdout] 33762 |     AvatarAssistType = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarAetherDivideType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33763:5
[INFO] [stdout]       |
[INFO] [stdout] 33763 |     AvatarAetherDivideType = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AvatarType::AvatarUpgradeAvailableType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33764:5
[INFO] [stdout]       |
[INFO] [stdout] 33764 |     AvatarUpgradeAvailableType = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `MultiPathAvatarType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33798:10
[INFO] [stdout]       |
[INFO] [stdout] 33798 | pub enum MultiPathAvatarType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33799:5
[INFO] [stdout]       |
[INFO] [stdout] 33799 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::Mar7thKnightType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33800:5
[INFO] [stdout]       |
[INFO] [stdout] 33800 |     Mar7thKnightType = 1001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::Mar7thRogueType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33801:5
[INFO] [stdout]       |
[INFO] [stdout] 33801 |     Mar7thRogueType = 1224,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::BoyWarriorType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33802:5
[INFO] [stdout]       |
[INFO] [stdout] 33802 |     BoyWarriorType = 8001,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::GirlWarriorType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33803:5
[INFO] [stdout]       |
[INFO] [stdout] 33803 |     GirlWarriorType = 8002,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::BoyKnightType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33804:5
[INFO] [stdout]       |
[INFO] [stdout] 33804 |     BoyKnightType = 8003,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::GirlKnightType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33805:5
[INFO] [stdout]       |
[INFO] [stdout] 33805 |     GirlKnightType = 8004,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::BoyShamanType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33806:5
[INFO] [stdout]       |
[INFO] [stdout] 33806 |     BoyShamanType = 8005,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::GirlShamanType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33807:5
[INFO] [stdout]       |
[INFO] [stdout] 33807 |     GirlShamanType = 8006,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::BoyMemoryType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33808:5
[INFO] [stdout]       |
[INFO] [stdout] 33808 |     BoyMemoryType = 8007,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MultiPathAvatarType::GirlMemoryType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33809:5
[INFO] [stdout]       |
[INFO] [stdout] 33809 |     GirlMemoryType = 8008,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Jnicoeppdfn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33851:10
[INFO] [stdout]       |
[INFO] [stdout] 33851 | pub enum Jnicoeppdfn {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jnicoeppdfn::AvatarTagNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33852:5
[INFO] [stdout]       |
[INFO] [stdout] 33852 |     AvatarTagNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jnicoeppdfn::AvatarTagPlayerHasSetEnhancedId`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33853:5
[INFO] [stdout]       |
[INFO] [stdout] 33853 |     AvatarTagPlayerHasSetEnhancedId = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jnicoeppdfn::AvatarTagMax`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33854:5
[INFO] [stdout]       |
[INFO] [stdout] 33854 |     AvatarTagMax = 32,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Gender`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33884:10
[INFO] [stdout]       |
[INFO] [stdout] 33884 | pub enum Gender {
[INFO] [stdout]       |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Gender::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33885:5
[INFO] [stdout]       |
[INFO] [stdout] 33885 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Gender::Man`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33886:5
[INFO] [stdout]       |
[INFO] [stdout] 33886 |     Man = 1,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Gender::Woman`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33887:5
[INFO] [stdout]       |
[INFO] [stdout] 33887 |     Woman = 2,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ProductType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33913:10
[INFO] [stdout]       |
[INFO] [stdout] 33913 | pub enum ProductType {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductType::ProductNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33914:5
[INFO] [stdout]       |
[INFO] [stdout] 33914 |     ProductNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductType::ProductNormal`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33915:5
[INFO] [stdout]       |
[INFO] [stdout] 33915 |     ProductNormal = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductType::ProductLimit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33916:5
[INFO] [stdout]       |
[INFO] [stdout] 33916 |     ProductLimit = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductType::ProductLimitNoPay`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33917:5
[INFO] [stdout]       |
[INFO] [stdout] 33917 |     ProductLimitNoPay = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductType::ProductNoProcessOrder`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33918:5
[INFO] [stdout]       |
[INFO] [stdout] 33918 |     ProductNoProcessOrder = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ProductGiftType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33948:10
[INFO] [stdout]       |
[INFO] [stdout] 33948 | pub enum ProductGiftType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33949:5
[INFO] [stdout]       |
[INFO] [stdout] 33949 |     ProductGiftNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33950:5
[INFO] [stdout]       |
[INFO] [stdout] 33950 |     ProductGiftCoin = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftMonthCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33951:5
[INFO] [stdout]       |
[INFO] [stdout] 33951 |     ProductGiftMonthCard = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftBp68`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33952:5
[INFO] [stdout]       |
[INFO] [stdout] 33952 |     ProductGiftBp68 = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftBp128`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33953:5
[INFO] [stdout]       |
[INFO] [stdout] 33953 |     ProductGiftBp128 = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftBp68Upgrade128`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33954:5
[INFO] [stdout]       |
[INFO] [stdout] 33954 |     ProductGiftBp68Upgrade128 = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPointCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33955:5
[INFO] [stdout]       |
[INFO] [stdout] 33955 |     ProductGiftPointCard = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsPreOrder1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33956:5
[INFO] [stdout]       |
[INFO] [stdout] 33956 |     ProductGiftPsPreOrder1 = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsPreOrder2`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33957:5
[INFO] [stdout]       |
[INFO] [stdout] 33957 |     ProductGiftPsPreOrder2 = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftGooglePoints100`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33958:5
[INFO] [stdout]       |
[INFO] [stdout] 33958 |     ProductGiftGooglePoints100 = 9,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftGooglePoints150`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33959:5
[INFO] [stdout]       |
[INFO] [stdout] 33959 |     ProductGiftGooglePoints150 = 10,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsPointCard030`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33960:5
[INFO] [stdout]       |
[INFO] [stdout] 33960 |     ProductGiftPsPointCard030 = 11,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsPointCard050`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33961:5
[INFO] [stdout]       |
[INFO] [stdout] 33961 |     ProductGiftPsPointCard050 = 12,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsPointCard100`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33962:5
[INFO] [stdout]       |
[INFO] [stdout] 33962 |     ProductGiftPsPointCard100 = 13,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftPsnPlus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33963:5
[INFO] [stdout]       |
[INFO] [stdout] 33963 |     ProductGiftPsnPlus = 14,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftSingle6`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33964:5
[INFO] [stdout]       |
[INFO] [stdout] 33964 |     ProductGiftSingle6 = 15,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftDailyLogin30`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33965:5
[INFO] [stdout]       |
[INFO] [stdout] 33965 |     ProductGiftDailyLogin30 = 16,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftAppleGiftCard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33966:5
[INFO] [stdout]       |
[INFO] [stdout] 33966 |     ProductGiftAppleGiftCard = 17,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftFtcUpGachaTicket1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33967:5
[INFO] [stdout]       |
[INFO] [stdout] 33967 |     ProductGiftFtcUpGachaTicket1 = 18,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftFtcUpGachaTicket10`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33968:5
[INFO] [stdout]       |
[INFO] [stdout] 33968 |     ProductGiftFtcUpGachaTicket10 = 19,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftFtcNormalGachaTicket1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33969:5
[INFO] [stdout]       |
[INFO] [stdout] 33969 |     ProductGiftFtcNormalGachaTicket1 = 20,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftFtcNormalGachaTicket10`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33970:5
[INFO] [stdout]       |
[INFO] [stdout] 33970 |     ProductGiftFtcNormalGachaTicket10 = 21,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ProductGiftType::ProductGiftTicket10`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:33971:5
[INFO] [stdout]       |
[INFO] [stdout] 33971 |     ProductGiftTicket10 = 22,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `FeatureSwitchType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34049:10
[INFO] [stdout]       |
[INFO] [stdout] 34049 | pub enum FeatureSwitchType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34050:5
[INFO] [stdout]       |
[INFO] [stdout] 34050 |     FeatureSwitchNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34051:5
[INFO] [stdout]       |
[INFO] [stdout] 34051 |     FeatureSwitchShop = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchLineupName`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34052:5
[INFO] [stdout]       |
[INFO] [stdout] 34052 |     FeatureSwitchLineupName = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRechargeShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34053:5
[INFO] [stdout]       |
[INFO] [stdout] 34053 |     FeatureSwitchRechargeShop = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchNickname`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34054:5
[INFO] [stdout]       |
[INFO] [stdout] 34054 |     FeatureSwitchNickname = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchSignature`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34055:5
[INFO] [stdout]       |
[INFO] [stdout] 34055 |     FeatureSwitchSignature = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchBattlepass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34056:5
[INFO] [stdout]       |
[INFO] [stdout] 34056 |     FeatureSwitchBattlepass = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPunkLord`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34057:5
[INFO] [stdout]       |
[INFO] [stdout] 34057 |     FeatureSwitchPunkLord = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMonthcardDaily`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34058:5
[INFO] [stdout]       |
[INFO] [stdout] 34058 |     FeatureSwitchMonthcardDaily = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPictureShare`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34059:5
[INFO] [stdout]       |
[INFO] [stdout] 34059 |     FeatureSwitchPictureShare = 9,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34060:5
[INFO] [stdout]       |
[INFO] [stdout] 34060 |     FeatureSwitchRogue = 10,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34061:5
[INFO] [stdout]       |
[INFO] [stdout] 34061 |     FeatureSwitchChallenge = 11,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchCocoon`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34062:5
[INFO] [stdout]       |
[INFO] [stdout] 34062 |     FeatureSwitchCocoon = 12,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34063:5
[INFO] [stdout]       |
[INFO] [stdout] 34063 |     FeatureSwitchRaid = 13,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMazePlaneEvent`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34064:5
[INFO] [stdout]       |
[INFO] [stdout] 34064 |     FeatureSwitchMazePlaneEvent = 14,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchActivityPanel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34065:5
[INFO] [stdout]       |
[INFO] [stdout] 34065 |     FeatureSwitchActivityPanel = 15,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMailbox`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34066:5
[INFO] [stdout]       |
[INFO] [stdout] 34066 |     FeatureSwitchMailbox = 16,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchQuest`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34067:5
[INFO] [stdout]       |
[INFO] [stdout] 34067 |     FeatureSwitchQuest = 17,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchGacha`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34068:5
[INFO] [stdout]       |
[INFO] [stdout] 34068 |     FeatureSwitchGacha = 18,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchChat`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34069:5
[INFO] [stdout]       |
[INFO] [stdout] 34069 |     FeatureSwitchChat = 19,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchModifyFriendAlias`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34070:5
[INFO] [stdout]       |
[INFO] [stdout] 34070 |     FeatureSwitchModifyFriendAlias = 20,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchUseItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34071:5
[INFO] [stdout]       |
[INFO] [stdout] 34071 |     FeatureSwitchUseItem = 21,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchActivitySchedule`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34072:5
[INFO] [stdout]       |
[INFO] [stdout] 34072 |     FeatureSwitchActivitySchedule = 22,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchFarmElement`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34073:5
[INFO] [stdout]       |
[INFO] [stdout] 34073 |     FeatureSwitchFarmElement = 23,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchAchievementLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34074:5
[INFO] [stdout]       |
[INFO] [stdout] 34074 |     FeatureSwitchAchievementLevel = 24,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchDailyActiveLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34075:5
[INFO] [stdout]       |
[INFO] [stdout] 34075 |     FeatureSwitchDailyActiveLevel = 25,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPlayerReturn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34076:5
[INFO] [stdout]       |
[INFO] [stdout] 34076 |     FeatureSwitchPlayerReturn = 26,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchFirstSetNickname`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34077:5
[INFO] [stdout]       |
[INFO] [stdout] 34077 |     FeatureSwitchFirstSetNickname = 27,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMainMissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34078:5
[INFO] [stdout]       |
[INFO] [stdout] 34078 |     FeatureSwitchMainMissionReward = 28,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchSubMissionReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34079:5
[INFO] [stdout]       |
[INFO] [stdout] 34079 |     FeatureSwitchSubMissionReward = 29,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPamMission`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34080:5
[INFO] [stdout]       |
[INFO] [stdout] 34080 |     FeatureSwitchPamMission = 30,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchDestroyItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34081:5
[INFO] [stdout]       |
[INFO] [stdout] 34081 |     FeatureSwitchDestroyItem = 32,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchConsumeItemTurn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34082:5
[INFO] [stdout]       |
[INFO] [stdout] 34082 |     FeatureSwitchConsumeItemTurn = 33,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueModifier`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34083:5
[INFO] [stdout]       |
[INFO] [stdout] 34083 |     FeatureSwitchRogueModifier = 34,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchChessRogue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34084:5
[INFO] [stdout]       |
[INFO] [stdout] 34084 |     FeatureSwitchChessRogue = 35,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchChessRogueBoard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34085:5
[INFO] [stdout]       |
[INFO] [stdout] 34085 |     FeatureSwitchChessRogueBoard = 36,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRollShop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34086:5
[INFO] [stdout]       |
[INFO] [stdout] 34086 |     FeatureSwitchRollShop = 37,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchH5Return`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34087:5
[INFO] [stdout]       |
[INFO] [stdout] 34087 |     FeatureSwitchH5Return = 38,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchOffering`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34088:5
[INFO] [stdout]       |
[INFO] [stdout] 34088 |     FeatureSwitchOffering = 39,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchServerRedPoint`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34089:5
[INFO] [stdout]       |
[INFO] [stdout] 34089 |     FeatureSwitchServerRedPoint = 40,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMonopolyOptionRatio`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34090:5
[INFO] [stdout]       |
[INFO] [stdout] 34090 |     FeatureSwitchMonopolyOptionRatio = 41,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMonopolyGetRaffleTicket`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34091:5
[INFO] [stdout]       |
[INFO] [stdout] 34091 |     FeatureSwitchMonopolyGetRaffleTicket = 42,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMonopolyTakeRaffleReward`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34092:5
[INFO] [stdout]       |
[INFO] [stdout] 34092 |     FeatureSwitchMonopolyTakeRaffleReward = 43,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchChallengeRecommendLineup`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34093:5
[INFO] [stdout]       |
[INFO] [stdout] 34093 |     FeatureSwitchChallengeRecommendLineup = 44,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPsnMemberShipCheck`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34094:5
[INFO] [stdout]       |
[INFO] [stdout] 34094 |     FeatureSwitchPsnMemberShipCheck = 45,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPlayerBoardDevelopment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34095:5
[INFO] [stdout]       |
[INFO] [stdout] 34095 |     FeatureSwitchPlayerBoardDevelopment = 46,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPvp`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34096:5
[INFO] [stdout]       |
[INFO] [stdout] 34096 |     FeatureSwitchPvp = 47,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueMode`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34097:5
[INFO] [stdout]       |
[INFO] [stdout] 34097 |     FeatureSwitchRogueMode = 48,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueTournUgc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34098:5
[INFO] [stdout]       |
[INFO] [stdout] 34098 |     FeatureSwitchRogueTournUgc = 49,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRelicFilterPlanName`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34099:5
[INFO] [stdout]       |
[INFO] [stdout] 34099 |     FeatureSwitchRelicFilterPlanName = 50,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchMazeItemUseBuffDrop`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34100:5
[INFO] [stdout]       |
[INFO] [stdout] 34100 |     FeatureSwitchMazeItemUseBuffDrop = 51,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRedDot`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34101:5
[INFO] [stdout]       |
[INFO] [stdout] 34101 |     FeatureSwitchRedDot = 52,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchGameStateService`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34102:5
[INFO] [stdout]       |
[INFO] [stdout] 34102 |     FeatureSwitchGameStateService = 53,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchBenefitIndex`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34103:5
[INFO] [stdout]       |
[INFO] [stdout] 34103 |     FeatureSwitchBenefitIndex = 54,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueTournBuildRef`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34104:5
[INFO] [stdout]       |
[INFO] [stdout] 34104 |     FeatureSwitchRogueTournBuildRef = 55,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPreAvatarSetGrowthTarget`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34105:5
[INFO] [stdout]       |
[INFO] [stdout] 34105 |     FeatureSwitchPreAvatarSetGrowthTarget = 56,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchImportRelicFilterPlan`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34106:5
[INFO] [stdout]       |
[INFO] [stdout] 34106 |     FeatureSwitchImportRelicFilterPlan = 58,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchGachaDecideItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34107:5
[INFO] [stdout]       |
[INFO] [stdout] 34107 |     FeatureSwitchGachaDecideItem = 59,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchItemSync`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34108:5
[INFO] [stdout]       |
[INFO] [stdout] 34108 |     FeatureSwitchItemSync = 60,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRechargeBenefit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34109:5
[INFO] [stdout]       |
[INFO] [stdout] 34109 |     FeatureSwitchRechargeBenefit = 61,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRechargeGift`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34110:5
[INFO] [stdout]       |
[INFO] [stdout] 34110 |     FeatureSwitchRechargeGift = 62,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueTournBuildRefShareCode`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34111:5
[INFO] [stdout]       |
[INFO] [stdout] 34111 |     FeatureSwitchRogueTournBuildRefShareCode = 63,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchGachaAvatarToast`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34112:5
[INFO] [stdout]       |
[INFO] [stdout] 34112 |     FeatureSwitchGachaAvatarToast = 64,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueTournBuildRefShareCodeRename`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34113:5
[INFO] [stdout]       |
[INFO] [stdout] 34113 |     FeatureSwitchRogueTournBuildRefShareCodeRename = 65,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRelicSmartDiscard`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34114:5
[INFO] [stdout]       |
[INFO] [stdout] 34114 |     FeatureSwitchRelicSmartDiscard = 66,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchPlanetfesSocial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34115:5
[INFO] [stdout]       |
[INFO] [stdout] 34115 |     FeatureSwitchPlanetfesSocial = 67,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRelicReforge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34116:5
[INFO] [stdout]       |
[INFO] [stdout] 34116 |     FeatureSwitchRelicReforge = 68,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRelicCompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34117:5
[INFO] [stdout]       |
[INFO] [stdout] 34117 |     FeatureSwitchRelicCompose = 69,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRelicDecompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34118:5
[INFO] [stdout]       |
[INFO] [stdout] 34118 |     FeatureSwitchRelicDecompose = 70,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchRogueTournCocoon`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34119:5
[INFO] [stdout]       |
[INFO] [stdout] 34119 |     FeatureSwitchRogueTournCocoon = 71,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchItemCompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34120:5
[INFO] [stdout]       |
[INFO] [stdout] 34120 |     FeatureSwitchItemCompose = 72,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchGrowMaterialAutoComplete`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34121:5
[INFO] [stdout]       |
[INFO] [stdout] 34121 |     FeatureSwitchGrowMaterialAutoComplete = 73,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FeatureSwitchType::FeatureSwitchSkipPerformance`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34122:5
[INFO] [stdout]       |
[INFO] [stdout] 34122 |     FeatureSwitchSkipPerformance = 74,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `SecretKeyType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34372:10
[INFO] [stdout]       |
[INFO] [stdout] 34372 | pub enum SecretKeyType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `SecretKeyType::SecretKeyNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34373:5
[INFO] [stdout]       |
[INFO] [stdout] 34373 |     SecretKeyNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `SecretKeyType::SecretKeyServerCheck`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34374:5
[INFO] [stdout]       |
[INFO] [stdout] 34374 |     SecretKeyServerCheck = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `SecretKeyType::SecretKeyVideo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34375:5
[INFO] [stdout]       |
[INFO] [stdout] 34375 |     SecretKeyVideo = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `SecretKeyType::SecretKeyBattleTime`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34376:5
[INFO] [stdout]       |
[INFO] [stdout] 34376 |     SecretKeyBattleTime = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ReplayType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34404:10
[INFO] [stdout]       |
[INFO] [stdout] 34404 | pub enum ReplayType {
[INFO] [stdout]       |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReplayType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34405:5
[INFO] [stdout]       |
[INFO] [stdout] 34405 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ReplayType::PunkLord`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34406:5
[INFO] [stdout]       |
[INFO] [stdout] 34406 |     PunkLord = 1,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PunkLordShareType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34430:10
[INFO] [stdout]       |
[INFO] [stdout] 34430 | pub enum PunkLordShareType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordShareType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34431:5
[INFO] [stdout]       |
[INFO] [stdout] 34431 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordShareType::Friend`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34432:5
[INFO] [stdout]       |
[INFO] [stdout] 34432 |     Friend = 1,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordShareType::All`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34433:5
[INFO] [stdout]       |
[INFO] [stdout] 34433 |     All = 2,
[INFO] [stdout]       |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PunkLordAttackerStatus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34459:10
[INFO] [stdout]       |
[INFO] [stdout] 34459 | pub enum PunkLordAttackerStatus {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordAttackerStatus::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34460:5
[INFO] [stdout]       |
[INFO] [stdout] 34460 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordAttackerStatus::Attacked`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34461:5
[INFO] [stdout]       |
[INFO] [stdout] 34461 |     Attacked = 1,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordAttackerStatus::Attacking`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34462:5
[INFO] [stdout]       |
[INFO] [stdout] 34462 |     Attacking = 2,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordAttackerStatus::AttackedAndAttacking`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34463:5
[INFO] [stdout]       |
[INFO] [stdout] 34463 |     AttackedAndAttacking = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PunkLordMonsterInfoNotifyReason`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34495:10
[INFO] [stdout]       |
[INFO] [stdout] 34495 | pub enum PunkLordMonsterInfoNotifyReason {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordMonsterInfoNotifyReason::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34496:5
[INFO] [stdout]       |
[INFO] [stdout] 34496 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordMonsterInfoNotifyReason::EnterRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34497:5
[INFO] [stdout]       |
[INFO] [stdout] 34497 |     EnterRaid = 1,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordMonsterInfoNotifyReason::BattleEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34498:5
[INFO] [stdout]       |
[INFO] [stdout] 34498 |     BattleEnd = 2,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PunkLordMonsterInfoNotifyReason::LeaveRaid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34499:5
[INFO] [stdout]       |
[INFO] [stdout] 34499 |     LeaveRaid = 3,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ChatType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34527:10
[INFO] [stdout]       |
[INFO] [stdout] 34527 | pub enum ChatType {
[INFO] [stdout]       |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ChatType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34528:5
[INFO] [stdout]       |
[INFO] [stdout] 34528 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ChatType::Private`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34529:5
[INFO] [stdout]       |
[INFO] [stdout] 34529 |     Private = 1,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ChatType::Group`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34530:5
[INFO] [stdout]       |
[INFO] [stdout] 34530 |     Group = 2,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `MsgType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34556:10
[INFO] [stdout]       |
[INFO] [stdout] 34556 | pub enum MsgType {
[INFO] [stdout]       |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MsgType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34557:5
[INFO] [stdout]       |
[INFO] [stdout] 34557 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MsgType::CustomText`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34558:5
[INFO] [stdout]       |
[INFO] [stdout] 34558 |     CustomText = 1,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MsgType::Emoji`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34559:5
[INFO] [stdout]       |
[INFO] [stdout] 34559 |     Emoji = 2,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MsgType::Invite`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34560:5
[INFO] [stdout]       |
[INFO] [stdout] 34560 |     Invite = 3,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MsgType::PlanetFes`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34561:5
[INFO] [stdout]       |
[INFO] [stdout] 34561 |     PlanetFes = 4,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PlanetFesType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34591:10
[INFO] [stdout]       |
[INFO] [stdout] 34591 | pub enum PlanetFesType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlanetFesType::PlanetFesMsgContentNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34592:5
[INFO] [stdout]       |
[INFO] [stdout] 34592 |     PlanetFesMsgContentNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlanetFesType::PlanetFesMsgContentApplyReq`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34593:5
[INFO] [stdout]       |
[INFO] [stdout] 34593 |     PlanetFesMsgContentApplyReq = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlanetFesType::PlanetFesMsgContentPieceOffered`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34594:5
[INFO] [stdout]       |
[INFO] [stdout] 34594 |     PlanetFesMsgContentPieceOffered = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `ShieldType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34624:10
[INFO] [stdout]       |
[INFO] [stdout] 34624 | pub enum ShieldType {
[INFO] [stdout]       |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ShieldType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34625:5
[INFO] [stdout]       |
[INFO] [stdout] 34625 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ShieldType::Replace`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34626:5
[INFO] [stdout]       |
[INFO] [stdout] 34626 |     Replace = 1,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `ShieldType::Shied`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34627:5
[INFO] [stdout]       |
[INFO] [stdout] 34627 |     Shied = 2,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `FuncUnlockIdType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34653:10
[INFO] [stdout]       |
[INFO] [stdout] 34653 | pub enum FuncUnlockIdType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34654:5
[INFO] [stdout]       |
[INFO] [stdout] 34654 |     FuncUnlockIdNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdRelic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34655:5
[INFO] [stdout]       |
[INFO] [stdout] 34655 |     FuncUnlockIdRelic = 403,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdRelicNum`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34656:5
[INFO] [stdout]       |
[INFO] [stdout] 34656 |     FuncUnlockIdRelicNum = 404,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdEquipment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34657:5
[INFO] [stdout]       |
[INFO] [stdout] 34657 |     FuncUnlockIdEquipment = 401,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdSkilltree`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34658:5
[INFO] [stdout]       |
[INFO] [stdout] 34658 |     FuncUnlockIdSkilltree = 402,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdGacha`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34659:5
[INFO] [stdout]       |
[INFO] [stdout] 34659 |     FuncUnlockIdGacha = 2300,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdExpedition`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34660:5
[INFO] [stdout]       |
[INFO] [stdout] 34660 |     FuncUnlockIdExpedition = 3100,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdCompose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34661:5
[INFO] [stdout]       |
[INFO] [stdout] 34661 |     FuncUnlockIdCompose = 4100,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FuncUnlockIdType::FuncUnlockIdFightactivity`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34662:5
[INFO] [stdout]       |
[INFO] [stdout] 34662 |     FuncUnlockIdFightactivity = 3700,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `AssistAvatarType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34700:10
[INFO] [stdout]       |
[INFO] [stdout] 34700 | pub enum AssistAvatarType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AssistAvatarType::AssistAvatarUnknow`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34701:5
[INFO] [stdout]       |
[INFO] [stdout] 34701 |     AssistAvatarUnknow = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AssistAvatarType::AssistAvatarLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34702:5
[INFO] [stdout]       |
[INFO] [stdout] 34702 |     AssistAvatarLevel = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AssistAvatarType::AssistAvatarRank`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34703:5
[INFO] [stdout]       |
[INFO] [stdout] 34703 |     AssistAvatarRank = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `DevelopmentType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34729:10
[INFO] [stdout]       |
[INFO] [stdout] 34729 | pub enum DevelopmentType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34730:5
[INFO] [stdout]       |
[INFO] [stdout] 34730 |     DevelopmentNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueCosmos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34731:5
[INFO] [stdout]       |
[INFO] [stdout] 34731 |     DevelopmentRogueCosmos = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueChess`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34732:5
[INFO] [stdout]       |
[INFO] [stdout] 34732 |     DevelopmentRogueChess = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueChessNous`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34733:5
[INFO] [stdout]       |
[INFO] [stdout] 34733 |     DevelopmentRogueChessNous = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentMemoryChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34734:5
[INFO] [stdout]       |
[INFO] [stdout] 34734 |     DevelopmentMemoryChallenge = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentStoryChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34735:5
[INFO] [stdout]       |
[INFO] [stdout] 34735 |     DevelopmentStoryChallenge = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentUnlockAvatar`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34736:5
[INFO] [stdout]       |
[INFO] [stdout] 34736 |     DevelopmentUnlockAvatar = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentUnlockEquipment`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34737:5
[INFO] [stdout]       |
[INFO] [stdout] 34737 |     DevelopmentUnlockEquipment = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentActivityStart`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34738:5
[INFO] [stdout]       |
[INFO] [stdout] 34738 |     DevelopmentActivityStart = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentActivityEnd`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34739:5
[INFO] [stdout]       |
[INFO] [stdout] 34739 |     DevelopmentActivityEnd = 9,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentBossChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34740:5
[INFO] [stdout]       |
[INFO] [stdout] 34740 |     DevelopmentBossChallenge = 10,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueTourn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34741:5
[INFO] [stdout]       |
[INFO] [stdout] 34741 |     DevelopmentRogueTourn = 11,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueTournWeek`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34742:5
[INFO] [stdout]       |
[INFO] [stdout] 34742 |     DevelopmentRogueTournWeek = 12,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DevelopmentType::DevelopmentRogueMagic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34743:5
[INFO] [stdout]       |
[INFO] [stdout] 34743 |     DevelopmentRogueMagic = 13,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `PlayingState`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34791:10
[INFO] [stdout]       |
[INFO] [stdout] 34791 | pub enum PlayingState {
[INFO] [stdout]       |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34792:5
[INFO] [stdout]       |
[INFO] [stdout] 34792 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingRogueCosmos`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34793:5
[INFO] [stdout]       |
[INFO] [stdout] 34793 |     PlayingRogueCosmos = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingRogueChess`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34794:5
[INFO] [stdout]       |
[INFO] [stdout] 34794 |     PlayingRogueChess = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingRogueChessNous`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34795:5
[INFO] [stdout]       |
[INFO] [stdout] 34795 |     PlayingRogueChessNous = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingChallengeMemory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34796:5
[INFO] [stdout]       |
[INFO] [stdout] 34796 |     PlayingChallengeMemory = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingChallengeStory`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34797:5
[INFO] [stdout]       |
[INFO] [stdout] 34797 |     PlayingChallengeStory = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingChallengeBoss`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34798:5
[INFO] [stdout]       |
[INFO] [stdout] 34798 |     PlayingChallengeBoss = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingRogueTourn`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34799:5
[INFO] [stdout]       |
[INFO] [stdout] 34799 |     PlayingRogueTourn = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `PlayingState::PlayingRogueMagic`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34800:5
[INFO] [stdout]       |
[INFO] [stdout] 34800 |     PlayingRogueMagic = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `MatchRoomCharacterType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34838:10
[INFO] [stdout]       |
[INFO] [stdout] 34838 | pub enum MatchRoomCharacterType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterType::MatchRoomCharacterNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34839:5
[INFO] [stdout]       |
[INFO] [stdout] 34839 |     MatchRoomCharacterNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterType::MatchRoomCharacterLeader`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34840:5
[INFO] [stdout]       |
[INFO] [stdout] 34840 |     MatchRoomCharacterLeader = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterType::MatchRoomCharacterMember`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34841:5
[INFO] [stdout]       |
[INFO] [stdout] 34841 |     MatchRoomCharacterMember = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterType::MatchRoomCharacterWatcher`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34842:5
[INFO] [stdout]       |
[INFO] [stdout] 34842 |     MatchRoomCharacterWatcher = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `MatchRoomCharacterStatus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34870:10
[INFO] [stdout]       |
[INFO] [stdout] 34870 | pub enum MatchRoomCharacterStatus {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34871:5
[INFO] [stdout]       |
[INFO] [stdout] 34871 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::Idle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34872:5
[INFO] [stdout]       |
[INFO] [stdout] 34872 |     Idle = 1,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::Operating`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34873:5
[INFO] [stdout]       |
[INFO] [stdout] 34873 |     Operating = 2,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::Ready`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34874:5
[INFO] [stdout]       |
[INFO] [stdout] 34874 |     Ready = 3,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::Fighting`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34875:5
[INFO] [stdout]       |
[INFO] [stdout] 34875 |     Fighting = 4,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `MatchRoomCharacterStatus::Watching`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34876:5
[INFO] [stdout]       |
[INFO] [stdout] 34876 |     Watching = 5,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Mgecfloeoeg`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34908:10
[INFO] [stdout]       |
[INFO] [stdout] 34908 | pub enum Mgecfloeoeg {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Mgecfloeoeg::PlanetFesCardPieceApplyPermissionReview`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34909:5
[INFO] [stdout]       |
[INFO] [stdout] 34909 |     PlanetFesCardPieceApplyPermissionReview = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Mgecfloeoeg::PlanetFesCardPieceApplyPermissionFree`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34910:5
[INFO] [stdout]       |
[INFO] [stdout] 34910 |     PlanetFesCardPieceApplyPermissionFree = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Mgecfloeoeg::PlanetFesCardPiecePermissionBan`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34911:5
[INFO] [stdout]       |
[INFO] [stdout] 34911 |     PlanetFesCardPiecePermissionBan = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Ghangcboemc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34949:10
[INFO] [stdout]       |
[INFO] [stdout] 34949 | pub enum Ghangcboemc {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ghangcboemc::PlanetFesCardPieceInteractApplying`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34950:5
[INFO] [stdout]       |
[INFO] [stdout] 34950 |     PlanetFesCardPieceInteractApplying = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ghangcboemc::PlanetFesCardPieceInteractOffered`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34951:5
[INFO] [stdout]       |
[INFO] [stdout] 34951 |     PlanetFesCardPieceInteractOffered = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ghangcboemc::PlanetFesCardPieceInteractOfferTaken`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34952:5
[INFO] [stdout]       |
[INFO] [stdout] 34952 |     PlanetFesCardPieceInteractOfferTaken = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ghangcboemc::PlanetFesCardPieceInteractApplyCanceld`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34953:5
[INFO] [stdout]       |
[INFO] [stdout] 34953 |     PlanetFesCardPieceInteractApplyCanceld = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ghangcboemc::PlanetFesCardPieceInteractApplyCompensated`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:34954:5
[INFO] [stdout]       |
[INFO] [stdout] 34954 |     PlanetFesCardPieceInteractApplyCompensated = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Ijhbcbeopfe`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35004:10
[INFO] [stdout]       |
[INFO] [stdout] 35004 | pub enum Ijhbcbeopfe {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ijhbcbeopfe::PlanetFesCardPieceOfferSourceReviewApply`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35005:5
[INFO] [stdout]       |
[INFO] [stdout] 35005 |     PlanetFesCardPieceOfferSourceReviewApply = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ijhbcbeopfe::PlanetFesCardPieceOfferSourceFreeApply`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35006:5
[INFO] [stdout]       |
[INFO] [stdout] 35006 |     PlanetFesCardPieceOfferSourceFreeApply = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Ijhbcbeopfe::PlanetFesCardPieceOfferSourceGive`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35007:5
[INFO] [stdout]       |
[INFO] [stdout] 35007 |     PlanetFesCardPieceOfferSourceGive = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Dlbfahoagph`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35045:10
[INFO] [stdout]       |
[INFO] [stdout] 35045 | pub enum Dlbfahoagph {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35046:5
[INFO] [stdout]       |
[INFO] [stdout] 35046 |     FateSourceTypeNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeFateBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35047:5
[INFO] [stdout]       |
[INFO] [stdout] 35047 |     FateSourceTypeFateBuff = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeTraitBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35048:5
[INFO] [stdout]       |
[INFO] [stdout] 35048 |     FateSourceTypeTraitBuff = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeReiju`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35049:5
[INFO] [stdout]       |
[INFO] [stdout] 35049 |     FateSourceTypeReiju = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeHougu`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35050:5
[INFO] [stdout]       |
[INFO] [stdout] 35050 |     FateSourceTypeHougu = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeAffix`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35051:5
[INFO] [stdout]       |
[INFO] [stdout] 35051 |     FateSourceTypeAffix = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeReijuAffix`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35052:5
[INFO] [stdout]       |
[INFO] [stdout] 35052 |     FateSourceTypeReijuAffix = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35053:5
[INFO] [stdout]       |
[INFO] [stdout] 35053 |     FateSourceTypeLevel = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeMaster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35054:5
[INFO] [stdout]       |
[INFO] [stdout] 35054 |     FateSourceTypeMaster = 8,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dlbfahoagph::FateSourceTypeTrait`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35055:5
[INFO] [stdout]       |
[INFO] [stdout] 35055 |     FateSourceTypeTrait = 9,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Enhdplikfhm`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35095:10
[INFO] [stdout]       |
[INFO] [stdout] 35095 | pub enum Enhdplikfhm {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Enhdplikfhm::MatchThreeVersionNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35096:5
[INFO] [stdout]       |
[INFO] [stdout] 35096 |     MatchThreeVersionNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Enhdplikfhm::MatchThreeV1`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35097:5
[INFO] [stdout]       |
[INFO] [stdout] 35097 |     MatchThreeV1 = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Enhdplikfhm::MatchThreeV2`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35098:5
[INFO] [stdout]       |
[INFO] [stdout] 35098 |     MatchThreeV2 = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Dllleandaih`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35124:10
[INFO] [stdout]       |
[INFO] [stdout] 35124 | pub enum Dllleandaih {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dllleandaih::FriendRecommendLineupTypeNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35125:5
[INFO] [stdout]       |
[INFO] [stdout] 35125 |     FriendRecommendLineupTypeNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dllleandaih::FriendRecommendLineupTypeChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35126:5
[INFO] [stdout]       |
[INFO] [stdout] 35126 |     FriendRecommendLineupTypeChallenge = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Dllleandaih::FriendRecommendLineupTypeLocalLegend`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35127:5
[INFO] [stdout]       |
[INFO] [stdout] 35127 |     FriendRecommendLineupTypeLocalLegend = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleCheckStrategyType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35163:10
[INFO] [stdout]       |
[INFO] [stdout] 35163 | pub enum BattleCheckStrategyType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckStrategyType::BattleCheckStrategyIdentical`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35164:5
[INFO] [stdout]       |
[INFO] [stdout] 35164 |     BattleCheckStrategyIdentical = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckStrategyType::BattleCheckStrategyServer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35165:5
[INFO] [stdout]       |
[INFO] [stdout] 35165 |     BattleCheckStrategyServer = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckStrategyType::BattleCheckStrategyClient`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35166:5
[INFO] [stdout]       |
[INFO] [stdout] 35166 |     BattleCheckStrategyClient = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleCheckResultType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35192:10
[INFO] [stdout]       |
[INFO] [stdout] 35192 | pub enum BattleCheckResultType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckResultType::BattleCheckResultSucc`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35193:5
[INFO] [stdout]       |
[INFO] [stdout] 35193 |     BattleCheckResultSucc = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckResultType::BattleCheckResultFail`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35194:5
[INFO] [stdout]       |
[INFO] [stdout] 35194 |     BattleCheckResultFail = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleCheckResultType::BattleCheckResultPass`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35195:5
[INFO] [stdout]       |
[INFO] [stdout] 35195 |     BattleCheckResultPass = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleModuleType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35221:10
[INFO] [stdout]       |
[INFO] [stdout] 35221 | pub enum BattleModuleType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleMaze`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35222:5
[INFO] [stdout]       |
[INFO] [stdout] 35222 |     BattleModuleMaze = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleChallenge`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35223:5
[INFO] [stdout]       |
[INFO] [stdout] 35223 |     BattleModuleChallenge = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleCocoon`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35224:5
[INFO] [stdout]       |
[INFO] [stdout] 35224 |     BattleModuleCocoon = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleRogue`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35225:5
[INFO] [stdout]       |
[INFO] [stdout] 35225 |     BattleModuleRogue = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleChallengeActivity`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35226:5
[INFO] [stdout]       |
[INFO] [stdout] 35226 |     BattleModuleChallengeActivity = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleTrialLevel`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35227:5
[INFO] [stdout]       |
[INFO] [stdout] 35227 |     BattleModuleTrialLevel = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleModuleType::BattleModuleAetherDivide`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35228:5
[INFO] [stdout]       |
[INFO] [stdout] 35228 |     BattleModuleAetherDivide = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `AetherdivideSpiritLineupType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35264:10
[INFO] [stdout]       |
[INFO] [stdout] 35264 | pub enum AetherdivideSpiritLineupType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AetherdivideSpiritLineupType::AetherdivideSpiritLineupNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35265:5
[INFO] [stdout]       |
[INFO] [stdout] 35265 |     AetherdivideSpiritLineupNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AetherdivideSpiritLineupType::AetherdivideSpiritLineupNormal`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35266:5
[INFO] [stdout]       |
[INFO] [stdout] 35266 |     AetherdivideSpiritLineupNormal = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `AetherdivideSpiritLineupType::AetherdivideSpiritLineupTrial`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35267:5
[INFO] [stdout]       |
[INFO] [stdout] 35267 |     AetherdivideSpiritLineupTrial = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleTargetType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35297:10
[INFO] [stdout]       |
[INFO] [stdout] 35297 | pub enum BattleTargetType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35298:5
[INFO] [stdout]       |
[INFO] [stdout] 35298 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::Score`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35299:5
[INFO] [stdout]       |
[INFO] [stdout] 35299 |     Score = 1,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::Achievement`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35300:5
[INFO] [stdout]       |
[INFO] [stdout] 35300 |     Achievement = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::Raid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35301:5
[INFO] [stdout]       |
[INFO] [stdout] 35301 |     Raid = 3,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::ChallengeScore`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35302:5
[INFO] [stdout]       |
[INFO] [stdout] 35302 |     ChallengeScore = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::Common`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35303:5
[INFO] [stdout]       |
[INFO] [stdout] 35303 |     Common = 5,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTargetType::ClientAchievement`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35304:5
[INFO] [stdout]       |
[INFO] [stdout] 35304 |     ClientAchievement = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `DeathSource`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35338:10
[INFO] [stdout]       |
[INFO] [stdout] 35338 | pub enum DeathSource {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DeathSource::Unknown`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35339:5
[INFO] [stdout]       |
[INFO] [stdout] 35339 |     Unknown = 0,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DeathSource::KilledByOthers`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35340:5
[INFO] [stdout]       |
[INFO] [stdout] 35340 |     KilledByOthers = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DeathSource::KilledBySelf`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35341:5
[INFO] [stdout]       |
[INFO] [stdout] 35341 |     KilledBySelf = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `DeathSource::Escape`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35342:5
[INFO] [stdout]       |
[INFO] [stdout] 35342 |     Escape = 3,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleTag`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35370:10
[INFO] [stdout]       |
[INFO] [stdout] 35370 | pub enum BattleTag {
[INFO] [stdout]       |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTag::TagNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35371:5
[INFO] [stdout]       |
[INFO] [stdout] 35371 |     TagNone = 0,
[INFO] [stdout]       |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleTag::TagHideNpcMonster`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35372:5
[INFO] [stdout]       |
[INFO] [stdout] 35372 |     TagHideNpcMonster = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Hembndjafda`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35396:10
[INFO] [stdout]       |
[INFO] [stdout] 35396 | pub enum Hembndjafda {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Hembndjafda::NormalCreate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35397:5
[INFO] [stdout]       |
[INFO] [stdout] 35397 |     NormalCreate = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Hembndjafda::FormChange`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35398:5
[INFO] [stdout]       |
[INFO] [stdout] 35398 |     FormChange = 1,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleEndReason`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35422:10
[INFO] [stdout]       |
[INFO] [stdout] 35422 | pub enum BattleEndReason {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndReason::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35423:5
[INFO] [stdout]       |
[INFO] [stdout] 35423 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndReason::AllDie`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35424:5
[INFO] [stdout]       |
[INFO] [stdout] 35424 |     AllDie = 1,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndReason::TurnLimit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35425:5
[INFO] [stdout]       |
[INFO] [stdout] 35425 |     TurnLimit = 2,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleStaticticEventType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35451:10
[INFO] [stdout]       |
[INFO] [stdout] 35451 | pub enum BattleStaticticEventType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35452:5
[INFO] [stdout]       |
[INFO] [stdout] 35452 |     BattleStaticticEventNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventTreasureDungeonAddExplore`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35453:5
[INFO] [stdout]       |
[INFO] [stdout] 35453 |     BattleStaticticEventTreasureDungeonAddExplore = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventTreasureDungeonOpenGrid`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35454:5
[INFO] [stdout]       |
[INFO] [stdout] 35454 |     BattleStaticticEventTreasureDungeonOpenGrid = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventTreasureDungeonPickupItem`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35455:5
[INFO] [stdout]       |
[INFO] [stdout] 35455 |     BattleStaticticEventTreasureDungeonPickupItem = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventTreasureDungeonUseBuff`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35456:5
[INFO] [stdout]       |
[INFO] [stdout] 35456 |     BattleStaticticEventTreasureDungeonUseBuff = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35457:5
[INFO] [stdout]       |
[INFO] [stdout] 35457 |     BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer = 5,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventRogueTournTitanExtraCoin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35458:5
[INFO] [stdout]       |
[INFO] [stdout] 35458 |     BattleStaticticEventRogueTournTitanExtraCoin = 6,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleStaticticEventType::BattleStaticticEventRogueTournTitanExtraCoinTimes`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35459:5
[INFO] [stdout]       |
[INFO] [stdout] 35459 |     BattleStaticticEventRogueTournTitanExtraCoinTimes = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Bojgakmdpdl`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35523:10
[INFO] [stdout]       |
[INFO] [stdout] 35523 | pub enum Bojgakmdpdl {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Bojgakmdpdl::EvolveBuildFuncNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35524:5
[INFO] [stdout]       |
[INFO] [stdout] 35524 |     EvolveBuildFuncNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Bojgakmdpdl::EvolveBuildFuncGearReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35525:5
[INFO] [stdout]       |
[INFO] [stdout] 35525 |     EvolveBuildFuncGearReset = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Bojgakmdpdl::EvolveBuildFuncGearRemove`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35526:5
[INFO] [stdout]       |
[INFO] [stdout] 35526 |     EvolveBuildFuncGearRemove = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Bojgakmdpdl::EvolveBuildFuncGearSkip`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35527:5
[INFO] [stdout]       |
[INFO] [stdout] 35527 |     EvolveBuildFuncGearSkip = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Bojgakmdpdl::EvolveBuildFuncCardReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35528:5
[INFO] [stdout]       |
[INFO] [stdout] 35528 |     EvolveBuildFuncCardReset = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Jegleikmncl`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35558:10
[INFO] [stdout]       |
[INFO] [stdout] 35558 | pub enum Jegleikmncl {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jegleikmncl::KNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35559:5
[INFO] [stdout]       |
[INFO] [stdout] 35559 |     KNone = 0,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jegleikmncl::KkillEliteMonsterNum`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35560:5
[INFO] [stdout]       |
[INFO] [stdout] 35560 |     KkillEliteMonsterNum = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jegleikmncl::KkillMonsterNum`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35561:5
[INFO] [stdout]       |
[INFO] [stdout] 35561 |     KkillMonsterNum = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `BattleEndStatus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35587:10
[INFO] [stdout]       |
[INFO] [stdout] 35587 | pub enum BattleEndStatus {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndStatus::BattleEndNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35588:5
[INFO] [stdout]       |
[INFO] [stdout] 35588 |     BattleEndNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndStatus::BattleEndWin`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35589:5
[INFO] [stdout]       |
[INFO] [stdout] 35589 |     BattleEndWin = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndStatus::BattleEndLose`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35590:5
[INFO] [stdout]       |
[INFO] [stdout] 35590 |     BattleEndLose = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `BattleEndStatus::BattleEndQuit`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35591:5
[INFO] [stdout]       |
[INFO] [stdout] 35591 |     BattleEndQuit = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `Jeblpliahnm`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35619:10
[INFO] [stdout]       |
[INFO] [stdout] 35619 | pub enum Jeblpliahnm {
[INFO] [stdout]       |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jeblpliahnm::ManualAvatarUpgradeNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35620:5
[INFO] [stdout]       |
[INFO] [stdout] 35620 |     ManualAvatarUpgradeNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `Jeblpliahnm::ManualAvatarUpgradeFate`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35621:5
[INFO] [stdout]       |
[INFO] [stdout] 35621 |     ManualAvatarUpgradeFate = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `FightGameMode`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35645:10
[INFO] [stdout]       |
[INFO] [stdout] 35645 | pub enum FightGameMode {
[INFO] [stdout]       |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightGameMode::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35646:5
[INFO] [stdout]       |
[INFO] [stdout] 35646 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightGameMode::Match3`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35647:5
[INFO] [stdout]       |
[INFO] [stdout] 35647 |     Match3 = 1,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightGameMode::Marble`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35648:5
[INFO] [stdout]       |
[INFO] [stdout] 35648 |     Marble = 2,
[INFO] [stdout]       |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightGameMode::Match3Solo`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35649:5
[INFO] [stdout]       |
[INFO] [stdout] 35649 |     Match3Solo = 3,
[INFO] [stdout]       |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `FightKickoutType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35677:10
[INFO] [stdout]       |
[INFO] [stdout] 35677 | pub enum FightKickoutType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightKickoutType::FightKickoutUnknown`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35678:5
[INFO] [stdout]       |
[INFO] [stdout] 35678 |     FightKickoutUnknown = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightKickoutType::FightKickoutBlack`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35679:5
[INFO] [stdout]       |
[INFO] [stdout] 35679 |     FightKickoutBlack = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightKickoutType::FightKickoutByGm`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35680:5
[INFO] [stdout]       |
[INFO] [stdout] 35680 |     FightKickoutByGm = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightKickoutType::FightKickoutTimeout`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35681:5
[INFO] [stdout]       |
[INFO] [stdout] 35681 |     FightKickoutTimeout = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `FightKickoutType::FightKickoutSessionReset`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35682:5
[INFO] [stdout]       |
[INFO] [stdout] 35682 |     FightKickoutSessionReset = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `LobbyCharacterType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35712:10
[INFO] [stdout]       |
[INFO] [stdout] 35712 | pub enum LobbyCharacterType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterType::LobbyCharacterNone`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35713:5
[INFO] [stdout]       |
[INFO] [stdout] 35713 |     LobbyCharacterNone = 0,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterType::LobbyCharacterLeader`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35714:5
[INFO] [stdout]       |
[INFO] [stdout] 35714 |     LobbyCharacterLeader = 1,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterType::LobbyCharacterMember`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35715:5
[INFO] [stdout]       |
[INFO] [stdout] 35715 |     LobbyCharacterMember = 2,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterType::LobbyCharacterWatcher`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35716:5
[INFO] [stdout]       |
[INFO] [stdout] 35716 |     LobbyCharacterWatcher = 3,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `LobbyCharacterStatus`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35744:10
[INFO] [stdout]       |
[INFO] [stdout] 35744 | pub enum LobbyCharacterStatus {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35745:5
[INFO] [stdout]       |
[INFO] [stdout] 35745 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Idle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35746:5
[INFO] [stdout]       |
[INFO] [stdout] 35746 |     Idle = 1,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Operating`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35747:5
[INFO] [stdout]       |
[INFO] [stdout] 35747 |     Operating = 2,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Ready`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35748:5
[INFO] [stdout]       |
[INFO] [stdout] 35748 |     Ready = 3,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Fighting`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35749:5
[INFO] [stdout]       |
[INFO] [stdout] 35749 |     Fighting = 4,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Watching`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35750:5
[INFO] [stdout]       |
[INFO] [stdout] 35750 |     Watching = 5,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::Matching`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35751:5
[INFO] [stdout]       |
[INFO] [stdout] 35751 |     Matching = 6,
[INFO] [stdout]       |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyCharacterStatus::LobbyStartFight`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35752:5
[INFO] [stdout]       |
[INFO] [stdout] 35752 |     LobbyStartFight = 7,
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated enum `LobbyModifyType`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35788:10
[INFO] [stdout]       |
[INFO] [stdout] 35788 | pub enum LobbyModifyType {
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::None`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35789:5
[INFO] [stdout]       |
[INFO] [stdout] 35789 |     None = 0,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::Idle`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35790:5
[INFO] [stdout]       |
[INFO] [stdout] 35790 |     Idle = 1,
[INFO] [stdout]       |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::Ready`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35791:5
[INFO] [stdout]       |
[INFO] [stdout] 35791 |     Ready = 2,
[INFO] [stdout]       |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::Operating`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35792:5
[INFO] [stdout]       |
[INFO] [stdout] 35792 |     Operating = 3,
[INFO] [stdout]       |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::CancelMatch`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35793:5
[INFO] [stdout]       |
[INFO] [stdout] 35793 |     CancelMatch = 4,
[INFO] [stdout]       |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `LobbyModifyType::Match`: this is deprecated. however, you can still get raw protos from qingque-sr, if you need them
[INFO] [stdout]      --> src/../out/_.rs:35794:5
[INFO] [stdout]       |
[INFO] [stdout] 35794 |     Match = 5,
[WARN] too many lines in the log, truncating it
